Skip to content

Commit 85dff13

Browse files
willfurnassdan-blanchard
authored andcommitted
Cannot build sphinx docs without disabling sphinx.ext.pngmath extension (#52)
1 parent 6e10c55 commit 85dff13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def __getattr__(cls, name):
5454
# Add any Sphinx extension module names here, as strings. They can be extensions
5555
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
5656
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.coverage',
57-
'sphinx.ext.pngmath', 'sphinx.ext.mathjax', 'sphinx.ext.viewcode']
57+
'sphinx.ext.mathjax', 'sphinx.ext.viewcode']
5858

5959
# Add any paths that contain templates here, relative to this directory.
6060
templates_path = ['_templates']

0 commit comments

Comments
 (0)