Skip to content

Commit f7033a3

Browse files
Update conf.py
1 parent 2b4f6e8 commit f7033a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
'sphinx.ext.autosummary', 'sphinx.ext.mathjax',
4040
'sphinx_rtd_theme']
4141

42-
autodoc_mock_imports = ["numpy", "scipy", "sklearn"]
42+
autodoc_mock_imports = ["numpy", "scipy", "sklearn", "torch"]
4343

4444
# Add any paths that contain templates here, relative to this directory.
4545
templates_path = ['_templates']

0 commit comments

Comments
 (0)