From bb073fbd6f8e32c583057fc7f91e263229e5946c Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Tue, 24 Mar 2020 14:58:43 +0100 Subject: [PATCH] [Doc] drop obsolete sphinx.ext.pngmath --- doc/sphinx/conf.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/conf.py.in b/doc/sphinx/conf.py.in index 3772f66..db51980 100644 --- a/doc/sphinx/conf.py.in +++ b/doc/sphinx/conf.py.in @@ -24,7 +24,7 @@ sys.path = [os.path.abspath('@CMAKE_SOURCE_DIR@/src')]+sys.path # 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.todo', 'sphinx.ext.pngmath'] +extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', 'sphinx.ext.todo'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']