From ce4be40ae2b802045626748d34f1ebeaaa035b20 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Mon, 23 May 2016 11:26:04 +0100 Subject: [PATCH] docs: remove github ext [ci skip] --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index b591973..aff404e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,7 +30,7 @@ sys.path.insert(0, os.path.abspath('../')) # ones. extensions = [ 'sphinx.ext.autodoc', - 'sphinx.ext.githubpages', +# 'sphinx.ext.githubpages', ] # Add any paths that contain templates here, relative to this directory.