Skip to content

Commit b774e89

Browse files
committed
Replace sphinx.ext.pngmath with sphinx.ext.imgmath
pngmath is EOL sphinx-doc/sphinx#6739
1 parent 5b02f3f commit b774e89

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

doc/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
# Add any Sphinx extension module names here, as strings. They can be extensions
2727
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
28-
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.pngmath', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode']
28+
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.imgmath', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode']
2929
#extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.pngmath', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode']
3030

3131
# Add any paths that contain templates here, relative to this directory.
@@ -224,4 +224,3 @@
224224
autoclass_content = 'both'
225225

226226
todo_include_todos = True
227-

0 commit comments

Comments
 (0)