Removed not needed sphinx.ext (#468)

* Remove sphinx.ext.mathjax, it's not needed
* Remove sphinx.ext.ifconfig, it's not needed
* Remove sphinx.ext.viewcode, it's not needed
This commit is contained in:
Ondřej Nový
2016-05-28 19:06:25 +02:00
committed by INADA Naoki
parent 92a0679aee
commit ccc48dc931

View File

@@ -31,9 +31,6 @@ import os
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.intersphinx',
'sphinx.ext.mathjax',
'sphinx.ext.ifconfig',
'sphinx.ext.viewcode',
]
# Add any paths that contain templates here, relative to this directory.