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
6b3891cb
Unverified
Commit
6b3891cb
authored
Jan 18, 2023
by
Rhett Ying
Committed by
GitHub
Jan 18, 2023
Browse files
Update conf.py
parent
8c7d8bd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
docs/source/conf.py
docs/source/conf.py
+0
-2
No files found.
docs/source/conf.py
View file @
6b3891cb
...
@@ -77,10 +77,8 @@ language = None
...
@@ -77,10 +77,8 @@ language = None
exclude_patterns
=
[]
exclude_patterns
=
[]
if
dglbackend
==
"mxnet"
:
if
dglbackend
==
"mxnet"
:
include_patterns
=
[
'api/python/nn-mxnet*'
]
include_patterns
=
[
'api/python/nn-mxnet*'
]
exclude_patterns
=
[
'api/python/.*(?!mxnet)*'
]
elif
dglbackend
==
"tensorflow"
:
elif
dglbackend
==
"tensorflow"
:
include_patterns
=
[
'api/python/nn-tensorflow*'
]
include_patterns
=
[
'api/python/nn-tensorflow*'
]
exclude_patterns
=
[
'api/python/.*(?!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*'
]
...
...
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