From 2964094889bb770b6ce091773a41aec9f6ecfc6c Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 28 Feb 2016 20:24:33 +0100 Subject: [PATCH] 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 --- doc/training-guides/associate-guide/conf.py | 5 ----- doc/upstream-training/source/conf.py | 5 ----- 2 files changed, 10 deletions(-) diff --git a/doc/training-guides/associate-guide/conf.py b/doc/training-guides/associate-guide/conf.py index 2a67079c..9946ddf5 100644 --- a/doc/training-guides/associate-guide/conf.py +++ b/doc/training-guides/associate-guide/conf.py @@ -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. diff --git a/doc/upstream-training/source/conf.py b/doc/upstream-training/source/conf.py index a61ea22f..50d7abc0 100644 --- a/doc/upstream-training/source/conf.py +++ b/doc/upstream-training/source/conf.py @@ -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.