Skip to content

Commit 9212b56

Browse files
committed
try to fix readthedocs build
pngmath has been replaced by imgmath in Sphinx
1 parent b2ac718 commit 9212b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
2424
extensions = [
2525
'sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.todo',
26-
'sphinx.ext.coverage', 'sphinx.ext.pngmath', 'sphinx.ext.ifconfig',
26+
'sphinx.ext.coverage', 'sphinx.ext.imgmath', 'sphinx.ext.ifconfig',
2727
'sphinx.ext.autosummary', 'ipython_console_highlighting', 'numpydoc.numpydoc'
2828
]
2929

0 commit comments

Comments
 (0)