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:
Andreas Jaeger 2016-02-29 19:50:38 +01:00 committed by Rob Cresswell
parent e9e93f98a4
commit c1762eabc7
1 changed files with 0 additions and 1 deletions

View File

@ -168,7 +168,6 @@ write_autodoc_index()
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.todo',
'sphinx.ext.coverage',
'sphinx.ext.pngmath',
'sphinx.ext.viewcode',
'oslosphinx',
]