Skip to content

Commit 1942a92

Browse files
committed
Remove sphinx.ext.pngmath
Apparently this isn't found any more.
1 parent ec0baff commit 1942a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
4646
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.todo',
4747
'sphinx.ext.autosummary', 'sphinx.ext.viewcode', 'sphinx.ext.coverage',
48-
'sphinx.ext.doctest', 'sphinx.ext.ifconfig', 'sphinx.ext.pngmath',
48+
'sphinx.ext.doctest', 'sphinx.ext.ifconfig',
4949
'sphinx.ext.napoleon']
5050

5151
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)