From b64a9c76b31e16eb81d131dd125125bd6add8490 Mon Sep 17 00:00:00 2001 From: Michael Hush Date: Tue, 30 Aug 2016 22:23:11 +1000 Subject: [PATCH] Fixes for read the docs Attempting to get docs working on read the docs --- doc/source/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 821c252..051ed94 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -32,8 +32,7 @@ extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.napoleon', - 'sphinx.ext.mathjax', - 'sphinx.ext.githubpages', + 'sphinx.ext.mathjax' ] # Napoleon settings