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
nni
Commits
3fdfb334
Unverified
Commit
3fdfb334
authored
Jan 13, 2021
by
Yuge Zhang
Committed by
GitHub
Jan 13, 2021
Browse files
Hot-fix for experiment APIs on readthedocs (#3290)
parent
92ae65e9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
docs/en_US/conf.py
docs/en_US/conf.py
+1
-1
docs/requirements.txt
docs/requirements.txt
+1
-0
No files found.
docs/en_US/conf.py
View file @
3fdfb334
...
@@ -50,7 +50,7 @@ extensions = [
...
@@ -50,7 +50,7 @@ extensions = [
]
]
# Add mock modules
# Add mock modules
autodoc_mock_imports
=
[
'apex'
]
autodoc_mock_imports
=
[
'apex'
,
'nni_node'
]
# Add any paths that contain templates here, relative to this directory.
# Add any paths that contain templates here, relative to this directory.
templates_path
=
[
'_templates'
]
templates_path
=
[
'_templates'
]
...
...
docs/requirements.txt
View file @
3fdfb334
...
@@ -19,6 +19,7 @@ pkginfo
...
@@ -19,6 +19,7 @@ pkginfo
websockets
websockets
filelock
filelock
prettytable
prettytable
psutil
ruamel.yaml
ruamel.yaml
https://download.pytorch.org/whl/cpu/torch-1.7.1%2Bcpu-cp37-cp37m-linux_x86_64.whl
https://download.pytorch.org/whl/cpu/torch-1.7.1%2Bcpu-cp37-cp37m-linux_x86_64.whl
https://download.pytorch.org/whl/cpu/torchvision-0.8.2%2Bcpu-cp37-cp37m-linux_x86_64.whl
https://download.pytorch.org/whl/cpu/torchvision-0.8.2%2Bcpu-cp37-cp37m-linux_x86_64.whl
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