summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2016-02-29 19:56:58 +0100
committerAndreas Jaeger <aj@suse.com>2016-02-29 19:56:58 +0100
commit783ce98ec5b4cd6765568c9b1fff1b17f8dc4bc5 (patch)
tree4ed7b22e8899adda0528779f9a7d57851ce47d86
parent35003ba5914b2d03ff2c69396298bda6cfcba1cb (diff)
downloadpycadf-783ce98ec5b4cd6765568c9b1fff1b17f8dc4bc5.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.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 78bdfda..71b2fb4 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -35,7 +35,6 @@ extensions = [
#'sphinx.ext.intersphinx',
'sphinx.ext.todo',
'sphinx.ext.coverage',
- 'sphinx.ext.pngmath',
'sphinx.ext.viewcode',
'oslosphinx',
'ext.apidoc'