From 1942a9233138a5e0ee7fd8227c4f08a67c98870f Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sun, 4 Apr 2021 00:37:36 +0100 Subject: Remove sphinx.ext.pngmath Apparently this isn't found any more. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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. -- cgit