Skip to content

Commit

Permalink
Removed not needed sphinx.ext (#468)
Browse files Browse the repository at this point in the history
* Remove sphinx.ext.mathjax, it's not needed
* Remove sphinx.ext.ifconfig, it's not needed
* Remove sphinx.ext.viewcode, it's not needed
  • Loading branch information
onovy authored and methane committed May 28, 2016
1 parent 92a0679 commit ccc48dc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/source/conf.py
Expand Up @@ -31,9 +31,6 @@
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.
Expand Down

0 comments on commit ccc48dc

Please sign in to comment.