Skip to content

Commit a1725c1

Browse files
committed
Remove unused pngmath Sphinx extension
There's no RST file that uses ".. math" and thus the pngmath Sphinx extension is not used and can get removed. Change-Id: I3ea4b529025c8ac3c4092f3720124647861e6668
1 parent d517799 commit a1725c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
# Add any Sphinx extension module names here, as strings. They can be
3131
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
32-
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.pngmath']
32+
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo']
3333

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

0 commit comments

Comments
 (0)