removed unused extension from sphinx config

This commit is contained in:
albertodemichelis
2019-03-12 21:59:59 +08:00
parent 6bf9ab5162
commit ca2c74b319

View File

@ -29,8 +29,7 @@ import time
# 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.pngmath',
extensions = [
]
# Add any paths that contain templates here, relative to this directory.