Remove unused extensions

All mentioned Sphinx extensions are not used in current code. Remove
them - they can be added back once they are needed.

Change-Id: Id49890f355f51b237de5339366d034f76bcb8af6
This commit is contained in:
Andreas Jaeger 2016-02-28 20:24:33 +01:00
parent 56b95204b1
commit 2964094889
2 changed files with 0 additions and 10 deletions
doc
training-guides/associate-guide
upstream-training/source

@ -37,11 +37,6 @@ import os
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx.ext.doctest',
'sphinx.ext.todo',
'sphinx.ext.coverage',
'sphinx.ext.pngmath',
'sphinx.ext.ifconfig',
]
# Add any paths that contain templates here, relative to this directory.

@ -37,11 +37,6 @@ import os
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx.ext.doctest',
'sphinx.ext.todo',
'sphinx.ext.coverage',
'sphinx.ext.pngmath',
'sphinx.ext.ifconfig',
]
# Add any paths that contain templates here, relative to this directory.