From 7e217b4d6168bb3cc5f918c7f9181dc7c81356b8 Mon Sep 17 00:00:00 2001 From: "Blake J. Harnden" Date: Mon, 18 Dec 2017 09:29:12 -0800 Subject: [PATCH] updated pngmath to imgmath in the sphinx conf file, pngmath was deprecated --- doc/conf.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py.in b/doc/conf.py.in index 6dab9d64..34655128 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -26,7 +26,7 @@ import sphinx_rtd_theme # 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.todo', 'sphinx.ext.pngmath', 'sphinx.ext.ifconfig'] +extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.imgmath', 'sphinx.ext.ifconfig'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']