From cde368e8070f5d805bfe2c3fcbf17a61f6b1304e Mon Sep 17 00:00:00 2001 From: Andrei Date: Fri, 7 Oct 2016 04:38:32 -0500 Subject: [PATCH] Remove githubpages sphinx extension --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 8572cf3..4af5f21 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,7 +33,6 @@ extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.coverage', 'sphinx.ext.viewcode', - 'sphinx.ext.githubpages', 'sphinx.ext.napoleon' ]