Merge "Remove unused pngmath Sphinx extension"
This commit is contained in:
commit
4be20327fc
@ -33,7 +33,7 @@ sys.path.insert(0, os.path.abspath('./'))
|
||||
# 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.todo',
|
||||
'sphinx.ext.coverage', 'sphinx.ext.pngmath',
|
||||
'sphinx.ext.coverage',
|
||||
'sphinx.ext.viewcode', 'sphinxcontrib.httpdomain']
|
||||
|
||||
if not on_rtd:
|
||||
|
Loading…
Reference in New Issue
Block a user