1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Fix "Could not import extension sphinx.ext.pngmath"
Bug-Debian: https://bugs.debian.org/922258
Author: Andreas Tille <tille@debian.org>
Last-Update: Wed, 13 Feb 2019 21:39:48 +0100
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -39,7 +39,7 @@ autosummary_generate = glob.glob('*.rst'
# 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.pngmath',
+ 'sphinx.ext.imgmath',
'numpydoc',
'sphinx.ext.coverage',
'sphinx.ext.doctest',
|