2
0
mirror of https://opendev.org/x/pyghmi synced 2025-01-13 03:08:00 +00:00

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
This commit is contained in:
Andreas Jaeger 2016-02-29 19:58:07 +01:00 committed by Andreas Jaeger
parent d517799899
commit a1725c1a07

View File

@ -29,7 +29,7 @@ sys.path.insert(0, os.path.abspath('.'))
# 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.todo', 'sphinx.ext.pngmath']
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']