From db1ad997e3b5c530db9615c7e44b8b161530e4bf Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Sun, 6 Jan 2019 21:04:55 -0800 Subject: [PATCH] documentation: Update Sphinx math extensions --- doc/models/source/conf.py | 2 +- doc/tutorial-pt-br/source/conf.py | 2 +- doc/tutorial/source/conf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/models/source/conf.py b/doc/models/source/conf.py index 1b78b27d2..cc597a5a7 100644 --- a/doc/models/source/conf.py +++ b/doc/models/source/conf.py @@ -25,7 +25,7 @@ import sys, os # 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'] diff --git a/doc/tutorial-pt-br/source/conf.py b/doc/tutorial-pt-br/source/conf.py index 0cb84e5a4..a236d7e11 100644 --- a/doc/tutorial-pt-br/source/conf.py +++ b/doc/tutorial-pt-br/source/conf.py @@ -25,7 +25,7 @@ import sys, os # 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'] diff --git a/doc/tutorial/source/conf.py b/doc/tutorial/source/conf.py index f3428c91e..bcf199f24 100644 --- a/doc/tutorial/source/conf.py +++ b/doc/tutorial/source/conf.py @@ -25,7 +25,7 @@ import sys, os # 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']