updated pngmath to imgmath in the sphinx conf file, pngmath was deprecated

This commit is contained in:
Blake J. Harnden 2017-12-18 09:29:12 -08:00
parent 36fdb0c617
commit 7e217b4d61

View file

@ -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']