Skip to content

Commit 7a3e0f6

Browse files
committed
Disable unused, obsolete sphinx extension pngmath.
Also comment out non-existent directory for static sphinx files.
1 parent 255e85d commit 7a3e0f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/manual/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# Add any Sphinx extension module names here, as strings. They can be extensions
3333
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
3434
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest',
35-
'sphinx.ext.coverage', 'sphinx.ext.pngmath', 'sphinx.ext.napoleon']
35+
'sphinx.ext.coverage', 'sphinx.ext.napoleon']
3636

3737
# Add any paths that contain templates here, relative to this directory.
3838
templates_path = ['_templates']
@@ -138,7 +138,7 @@
138138
# Add any paths that contain custom static files (such as style sheets) here,
139139
# relative to this directory. They are copied after the builtin static files,
140140
# so a file named "default.css" will overwrite the builtin "default.css".
141-
html_static_path = ['_static']
141+
# html_static_path = ['_static']
142142

143143
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
144144
# using the given strftime format.

0 commit comments

Comments
 (0)