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 69a97c8 commit a335964Copy full SHA for a335964
docs/requirements.txt
@@ -1,6 +1,3 @@
1
--f https://download.pytorch.org/whl/torch_stable.html
2
-numpy
3
-torch_nightly
4
sphinx
5
sphinx_rtd_theme
6
sphinx-autodoc-typehints
docs/source/conf.py
@@ -14,6 +14,10 @@
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