We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be3b0cb commit bb073fbCopy full SHA for bb073fb
doc/sphinx/conf.py.in
@@ -24,7 +24,7 @@ sys.path = [os.path.abspath('@CMAKE_SOURCE_DIR@/src')]+sys.path
24
25
# Add any Sphinx extension module names here, as strings. They can be extensions
26
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
27
-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']
28
29
# Add any paths that contain templates here, relative to this directory.
30
templates_path = ['_templates']
0 commit comments