diff options
author | Andreas Jaeger <aj@suse.com> | 2016-02-29 19:49:58 +0100 |
---|---|---|
committer | Andreas Jaeger <aj@suse.com> | 2016-02-29 19:49:58 +0100 |
commit | fd12984b3c24195612b0625282533cf461f7c82a (patch) | |
tree | cd0da6409d5c001346e905aafbe9ff39ea781153 | |
parent | 1af401653c5dae3982cf19e80995d79f484648d8 (diff) | |
download | ceilometer-fd12984b3c24195612b0625282533cf461f7c82a.tar.gz |
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
-rw-r--r-- | doc/source/conf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 1bbdc90d..f631ffe1 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -42,7 +42,6 @@ extensions = [ 'sphinxcontrib.autohttp.flask', 'wsmeext.sphinxext', 'sphinx.ext.coverage', - 'sphinx.ext.pngmath', 'sphinx.ext.viewcode', 'sphinxcontrib.pecanwsme.rest', 'oslosphinx', |