Skip to content

Commit 398f932

Browse files
authored
Update conf.py
1 parent 3188d3e commit 398f932

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
# Add any Sphinx extension module names here, as strings. They can be extensions
2828
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
2929
extensions = ['sphinx.ext.autosummary', 'sphinx.ext.autodoc',
30-
'hyperion.sphinx.ext.numpydoc', 'sphinx.ext.pngmath',
31-
'sphinx.ext.intersphinx', 'sphinx.ext.mathjax']
30+
'sphinx.ext.pngmath',
31+
'sphinx.ext.intersphinx', 'sphinx.ext.mathjax'] #'hyperion.sphinx.ext.numpydoc',
3232

3333
# Add any paths that contain templates here, relative to this directory.
3434
templates_path = ['_templates']
@@ -251,4 +251,4 @@
251251

252252

253253
# Example configuration for intersphinx: refer to the Python standard library.
254-
intersphinx_mapping = {'http://docs.python.org/': None}
254+
intersphinx_mapping = {'http://docs.python.org/': None}

0 commit comments

Comments
 (0)