Remove unused pngmath Sphinx extension
There's no RST file that uses ".. math" and thus the pngmath Sphinx extension is not used and can get removed. Change-Id: I3ea4b529025c8ac3c4092f3720124647861e6668
This commit is contained in:
parent
62e8caeaef
commit
fddef49961
@ -37,7 +37,7 @@ sys.path.append(os.path.abspath('../bin'))
|
||||
# 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.viewcode', 'sphinxcontrib.httpdomain',
|
||||
'sphinx.ext.viewcode', 'sphinxcontrib.httpdomain',
|
||||
'oslo_config.sphinxconfiggen']
|
||||
|
||||
if not on_rtd:
|
||||
|
Loading…
Reference in New Issue
Block a user