summarylogtreecommitdiffstats
path: root/fix_new_sphinx.patch
blob: e3614818cac92b70aafe22cb0fb0397307626eee (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/docs/source/conf.py	2019-08-21 23:41:49.000000000 +0800
+++ b/docs/source/conf.py	2019-08-28 22:01:40.031964404 +0800
@@ -24,7 +24,7 @@
 # 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.intersphinx', 'sphinx.ext.pngmath']
+               'sphinx.ext.intersphinx', 'sphinx.ext.imgmath']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']