aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2021-04-04 00:37:36 +0100
committerAdam Spiers <git@adamspiers.org>2021-04-04 00:58:23 +0100
commit1942a9233138a5e0ee7fd8227c4f08a67c98870f (patch)
tree07657f5ec1ca502cea1ca928cbcfe3d00c4d8e55 /docs
parentec0baff2bb4d36e2ce0810846317075d3e0088ef (diff)
downloadgit-deps-1942a9233138a5e0ee7fd8227c4f08a67c98870f.tar.gz
Remove sphinx.ext.pngmath
Apparently this isn't found any more.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 3a6498d..6102fb3 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -45,7 +45,7 @@ if on_rtd:
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.todo',
'sphinx.ext.autosummary', 'sphinx.ext.viewcode', 'sphinx.ext.coverage',
- 'sphinx.ext.doctest', 'sphinx.ext.ifconfig', 'sphinx.ext.pngmath',
+ 'sphinx.ext.doctest', 'sphinx.ext.ifconfig',
'sphinx.ext.napoleon']
# Add any paths that contain templates here, relative to this directory.