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 5128919 commit 190a9a4Copy full SHA for 190a9a4
doc/source/conf.py
@@ -32,17 +32,13 @@
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
44
45
46
autodoc_mock_imports = ["numpy", "scipy", "sklearn", "torch"]
47
48
# Add any paths that contain templates here, relative to this directory.
0 commit comments