Skip to content

Commit

Permalink
[Doc] drop obsolete sphinx.ext.pngmath
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Mar 24, 2020
1 parent be3b0cb commit bb073fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx/conf.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sys.path = [os.path.abspath('@CMAKE_SOURCE_DIR@/src')]+sys.path

# 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.doctest', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.pngmath']
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', 'sphinx.ext.todo']

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

0 comments on commit bb073fb

Please sign in to comment.