Commit a3359645 authored by rusty1s's avatar rusty1s
Browse files

mock torch

parent 69a97c83
-f https://download.pytorch.org/whl/torch_stable.html
numpy
torch_nightly
sphinx
sphinx_rtd_theme
sphinx-autodoc-typehints
......@@ -14,6 +14,10 @@ extensions = [
'sphinx_autodoc_typehints',
]
autodoc_mock_imports = [
'torch',
]
source_suffix = '.rst'
master_doc = 'index'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment