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.
2 parents 9388cea + ffe1be9 commit 4387568Copy full SHA for 4387568
doc/source/conf.py
@@ -32,14 +32,18 @@
32
# Add any Sphinx extension module names here, as strings. They can be
33
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
34
# ones.
35
+=======
36
+
37
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest',
38
'sphinx.ext.intersphinx', 'sphinx.ext.todo',
39
'sphinx.ext.ifconfig', 'sphinx.ext.viewcode',
40
'sphinx.ext.inheritance_diagram',
41
'sphinx.ext.autosummary', 'sphinx.ext.mathjax',
42
'sphinx_rtd_theme']
43
-autodoc_mock_imports = ["numpy", "scipy", "sklearn"]
44
45
46
+autodoc_mock_imports = ["numpy", "scipy", "sklearn", "torch"]
47
48
# Add any paths that contain templates here, relative to this directory.
49
templates_path = ['_templates']
0 commit comments