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
ebca7860
".github/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "32b0736d8ad7ec124affca3a00a266f5addcbd91"
Unverified
Commit
ebca7860
authored
Jan 18, 2023
by
Rhett Ying
Committed by
GitHub
Jan 18, 2023
Browse files
[Doc] disable include/exclude_patterns
parent
6b3891cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
docs/source/conf.py
docs/source/conf.py
+2
-0
No files found.
docs/source/conf.py
View file @
ebca7860
...
@@ -75,6 +75,7 @@ language = None
...
@@ -75,6 +75,7 @@ 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":
if dglbackend == "mxnet":
include_patterns = ['api/python/nn-mxnet*']
include_patterns = ['api/python/nn-mxnet*']
elif dglbackend == "tensorflow":
elif dglbackend == "tensorflow":
...
@@ -82,6 +83,7 @@ elif dglbackend == "tensorflow":
...
@@ -82,6 +83,7 @@ elif dglbackend == "tensorflow":
else:
else:
# pytorch
# pytorch
exclude_patterns = ['api/python/nn-tensorflow*', 'api/python/nn-mxnet*']
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
...
...
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