We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a335964 commit be2722eCopy full SHA for be2722e
docs/requirements.txt
@@ -1,3 +1,6 @@
1
+-f https://download.pytorch.org/whl/torch_stable.html
2
+numpy
3
+torch
4
sphinx
5
sphinx_rtd_theme
6
sphinx-autodoc-typehints
docs/source/conf.py
@@ -14,10 +14,6 @@
14
'sphinx_autodoc_typehints',
15
]
16
17
-autodoc_mock_imports = [
18
- 'torch',
19
-]
20
-
21
source_suffix = '.rst'
22
master_doc = 'index'
23
0 commit comments