"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "214372aa99edae6cb355e20df23b9150bb3b322d"
Unverified Commit f7573c6d authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[Doc] run tutorials only in pytorch backend

parent fcf9663e
...@@ -219,6 +219,10 @@ gallery_dirs = ['tutorials/blitz/', ...@@ -219,6 +219,10 @@ gallery_dirs = ['tutorials/blitz/',
'tutorials/models/', 'tutorials/models/',
'tutorials/multi/', 'tutorials/multi/',
'tutorials/cpu'] # path to generate docs 'tutorials/cpu'] # path to generate docs
if dglbackend != "pytorch":
examples_dirs = []
gallery_dirs = []
reference_url = { reference_url = {
'dgl' : None, 'dgl' : None,
'numpy': 'http://docs.scipy.org/doc/numpy/', 'numpy': 'http://docs.scipy.org/doc/numpy/',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment