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
fcf9663e
"src/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "9664cdffd3f2e4e668fc7a1049260fae93f0f03d"
Unverified
Commit
fcf9663e
authored
Jan 18, 2023
by
Rhett Ying
Committed by
GitHub
Jan 18, 2023
Browse files
[Doc] fix regular expression for include/exclude_patterns
parent
84fccf57
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docs/source/conf.py
docs/source/conf.py
+3
-3
No files found.
docs/source/conf.py
View file @
fcf9663e
...
@@ -76,12 +76,12 @@ language = None
...
@@ -76,12 +76,12 @@ language = None
# 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"
:
include_patterns
=
[
'api/python/nn-tensorflow'
]
include_patterns
=
[
'api/python/nn-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