Skip to content

Commit 190a9a4

Browse files
Update conf.py
1 parent 5128919 commit 190a9a4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

doc/source/conf.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,13 @@
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-
3735
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest',
3836
'sphinx.ext.intersphinx', 'sphinx.ext.todo',
3937
'sphinx.ext.ifconfig', 'sphinx.ext.viewcode',
4038
'sphinx.ext.inheritance_diagram',
4139
'sphinx.ext.autosummary', 'sphinx.ext.mathjax',
4240
'sphinx_rtd_theme']
4341

44-
=======
45-
4642
autodoc_mock_imports = ["numpy", "scipy", "sklearn", "torch"]
4743

4844
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)