documentation: Update Sphinx math extensions
authorTom Henderson <tomh@tomh.org>
Mon, 07 Jan 2019 21:22:23 -0800
changeset 13775 64e3f1fdcec3
parent 13774 b975e0d7c104
child 13776 d57add048e70
documentation: Update Sphinx math extensions
doc/models/source/conf.py
doc/tutorial-pt-br/source/conf.py
doc/tutorial/source/conf.py
--- a/doc/models/source/conf.py	Mon Jan 07 17:29:27 2019 -0800
+++ b/doc/models/source/conf.py	Mon Jan 07 21:22:23 2019 -0800
@@ -25,7 +25,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.pngmath']
+extensions = ['sphinx.ext.imgmath']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']
--- a/doc/tutorial-pt-br/source/conf.py	Mon Jan 07 17:29:27 2019 -0800
+++ b/doc/tutorial-pt-br/source/conf.py	Mon Jan 07 21:22:23 2019 -0800
@@ -25,7 +25,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.pngmath']
+extensions = ['sphinx.ext.imgmath']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']
--- a/doc/tutorial/source/conf.py	Mon Jan 07 17:29:27 2019 -0800
+++ b/doc/tutorial/source/conf.py	Mon Jan 07 21:22:23 2019 -0800
@@ -25,7 +25,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.pngmath']
+extensions = ['sphinx.ext.imgmath']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']