Skip to content

Commit

Permalink
Merge pull request #807 from mitya57/no-pngmath
Browse files Browse the repository at this point in the history
Remove unused sphinx.ext.pngmath extension
  • Loading branch information
uzadow committed Jan 15, 2019
2 parents f163678 + e952643 commit 2813013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinxdoc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.pngmath', 'sphinx.ext.coverage',
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.coverage',
'sphinx.ext.graphviz', 'sphinx.ext.inheritance_diagram']

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

0 comments on commit 2813013

Please sign in to comment.