File: sphinx.ext.pngmath.patch

package info (click to toggle)
python-biom-format 2.1.7%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 51,820 kB
  • sloc: python: 12,757; makefile: 155; sh: 79
file content (16 lines) | stat: -rw-r--r-- 651 bytes parent folder | download
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',