Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
995c1913
"tests/python/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "2746aac3aeac5a0a50fff00d75f22bbf5a0948ca"
Unverified
Commit
995c1913
authored
Jan 18, 2023
by
Rhett Ying
Committed by
GitHub
Jan 18, 2023
Browse files
Update conf.py
parent
11d79947
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
docs/source/conf.py
docs/source/conf.py
+0
-12
No files found.
docs/source/conf.py
View file @
995c1913
...
@@ -78,15 +78,6 @@ language = None
...
@@ -78,15 +78,6 @@ language = None
# directories to ignore when looking for source files.
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns
=
[]
exclude_patterns
=
[]
'''
if dglbackend == "mxnet":
include_patterns = ['api/python/nn-mxnet*']
elif dglbackend == "tensorflow":
include_patterns = ['api/python/nn-tensorflow*']
else:
# pytorch
exclude_patterns = ['api/python/nn-tensorflow*', 'api/python/nn-mxnet*']
'''
# The name of the Pygments (syntax highlighting) style to use.
# The name of the Pygments (syntax highlighting) style to use.
pygments_style
=
None
pygments_style
=
None
...
@@ -224,9 +215,6 @@ gallery_dirs = ['tutorials/blitz/',
...
@@ -224,9 +215,6 @@ 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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment