From 4216b26435bbec91ee53d738f5ee6c2ab854db86 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 11 Apr 2017 12:07:23 +0200 Subject: [PATCH] Remove unused modules Remove unused Sphinx modules. Change-Id: Id63ff145835bbea54e7208fc2c31d5b594721b92 --- doc/source/conf.py | 5 +---- specs/liberty/docs-contributor-guide.rst | 3 --- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index f95f625..e5ad85c 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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', ] diff --git a/specs/liberty/docs-contributor-guide.rst b/specs/liberty/docs-contributor-guide.rst index bd383c3..3272a98 100644 --- a/specs/liberty/docs-contributor-guide.rst +++ b/specs/liberty/docs-contributor-guide.rst @@ -160,9 +160,6 @@ Other contributors: * Maria Zlatkova, `mzlatkova `_ -.. TODO: please, let me know if you are interested in participating, and I will - add you to the list - Testing =======