Skip to content

Commit 9fe6693

Browse files
committed
Removed unused sphinx extension.
1 parent 1d14c4e commit 9fe6693

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# Add any Sphinx extension module names here, as strings. They can be extensions
2929
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
3030
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo',
31-
'sphinx.ext.coverage', 'sphinx.ext.pngmath']
31+
'sphinx.ext.coverage']
3232

3333
# I would like to add 'sphinx.ext.viewcode', but it causes a UnicodeDecodeError
3434

0 commit comments

Comments
 (0)