summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2016-02-29 19:58:37 +0100
committerAndreas Jaeger <aj@suse.com>2016-02-29 19:58:37 +0100
commit409c48bf1f331ed3e4d1f3388568a3a0e19917da (patch)
tree2bbebf5af8967c6a318864c71e514a71115e4ef2 /doc
parent84af8c666ab9a5865c6f4f25a0bbad6b7ff9be37 (diff)
downloadpython-saharaclient-409c48bf1f331ed3e4d1f3388568a3a0e19917da.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
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 1d7e84b..fd50871 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -38,7 +38,7 @@ sys.path.append(os.path.abspath('../bin'))
# 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.doctest', 'sphinx.ext.todo',
- 'sphinx.ext.coverage', 'sphinx.ext.pngmath',
+ 'sphinx.ext.coverage',
'sphinx.ext.viewcode', 'ext.cli']
if not on_rtd: