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:
@@ -31,9 +31,6 @@ import os
|
|||||||
extensions = [
|
extensions = [
|
||||||
'sphinx.ext.autodoc',
|
'sphinx.ext.autodoc',
|
||||||
'sphinx.ext.intersphinx',
|
'sphinx.ext.intersphinx',
|
||||||
'sphinx.ext.mathjax',
|
|
||||||
'sphinx.ext.ifconfig',
|
|
||||||
'sphinx.ext.viewcode',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
|
|||||||
Reference in New Issue
Block a user