Skip to content

Commit bb073fb

Browse files
committed
[Doc] drop obsolete sphinx.ext.pngmath
1 parent be3b0cb commit bb073fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/sphinx/conf.py.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ sys.path = [os.path.abspath('@CMAKE_SOURCE_DIR@/src')]+sys.path
2424

2525
# Add any Sphinx extension module names here, as strings. They can be extensions
2626
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
27-
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.pngmath']
27+
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', 'sphinx.ext.todo']
2828

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

0 commit comments

Comments
 (0)