Skip to content

Commit 4387568

Browse files
Merge branch 'main' into docs
2 parents 9388cea + ffe1be9 commit 4387568

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/source/conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,18 @@
3232
# Add any Sphinx extension module names here, as strings. They can be
3333
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3434
# ones.
35+
=======
36+
3537
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest',
3638
'sphinx.ext.intersphinx', 'sphinx.ext.todo',
3739
'sphinx.ext.ifconfig', 'sphinx.ext.viewcode',
3840
'sphinx.ext.inheritance_diagram',
3941
'sphinx.ext.autosummary', 'sphinx.ext.mathjax',
4042
'sphinx_rtd_theme']
4143

42-
autodoc_mock_imports = ["numpy", "scipy", "sklearn"]
44+
=======
45+
46+
autodoc_mock_imports = ["numpy", "scipy", "sklearn", "torch"]
4347

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

0 commit comments

Comments
 (0)