Remove unused modules

Remove unused Sphinx modules.

Change-Id: Id63ff145835bbea54e7208fc2c31d5b594721b92
This commit is contained in:
Andreas Jaeger 2017-04-11 12:07:23 +02:00
parent 661dd09963
commit 4216b26435
2 changed files with 1 additions and 7 deletions

View File

@ -28,10 +28,7 @@ import os
# 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.autodoc',
'sphinx.ext.todo',
'sphinx.ext.viewcode',
'oslosphinx',
extensions = ['oslosphinx',
'yasfb',
]

View File

@ -160,9 +160,6 @@ Other contributors:
* Maria Zlatkova, `mzlatkova <https://launchpad.net/~mzlatkova>`_
.. TODO: please, let me know if you are interested in participating, and I will
add you to the list
Testing
=======