Skip to content

Commit

Permalink
pngmath -> imgmath
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Jun 18, 2022
1 parent 39c02f7 commit 49f5a7d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,16 @@

# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest',
'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.coverage',
'sphinx.ext.pngmath', 'sphinx.ext.viewcode', 'numpydoc']
extensions = [
'numpydoc',
'sphinx.ext.autodoc',
'sphinx.ext.coverage',
'sphinx.ext.doctest',
'sphinx.ext.intersphinx',
'sphinx.ext.imgmath',
'sphinx.ext.todo',
'sphinx.ext.viewcode',
]
#mathjax_path='http://mathjax.connectmv.com/MathJax.js'
# Add any paths that contain templates here, relative to this directory.

Expand Down

0 comments on commit 49f5a7d

Please sign in to comment.