File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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.
2929extensions = ['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.
3434templates_path = ['_templates' ]
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 }
You can’t perform that action at this time.
0 commit comments