From 9ca16d077d00a89d4ef904ae3da730fbfe4984ef Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Tue, 16 Aug 2016 22:14:48 +0100 Subject: [PATCH] docs: removed unused plugins --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index dca4357..71806c4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,8 +30,8 @@ sys.path.insert(0, os.path.abspath('..')) # ones. extensions = [ 'sphinx.ext.autodoc', - 'sphinx.ext.doctest', - 'sphinx.ext.githubpages', +# 'sphinx.ext.doctest', +# 'sphinx.ext.githubpages', ] # Add any paths that contain templates here, relative to this directory.