summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2017-04-10 11:31:33 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2017-04-10 11:33:40 +0200
commit9fe669331d5014ab8b43247eb529f34ba7264796 (patch)
treed471e7ae48d1e4fef1ffd2077d34c913b87b1368 /doc
parent1d14c4e6c6c78acb2af553cdbc4fe23fc72024b9 (diff)
downloadrsa-git-9fe669331d5014ab8b43247eb529f34ba7264796.tar.gz
Removed unused sphinx extension.
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 95317b2..154accb 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -28,7 +28,7 @@ import rsa
# 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']
# I would like to add 'sphinx.ext.viewcode', but it causes a UnicodeDecodeError