From f03deec78d1bd36036b0ea5cf4df6c450d91a086 Mon Sep 17 00:00:00 2001 From: Luke Hinds Date: Thu, 11 Apr 2019 14:37:01 +0100 Subject: [PATCH] Fingers crossed --- docs/conf.py | 2 +- requirements/pip.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 7382ec100..b6c7349bd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,12 +43,12 @@ 'sphinx.ext.autosectionlabel', 'sphinx.ext.autodoc', 'sphinx.ext.intersphinx', + 'sphinx.ext.githubpages', 'sphinxcontrib.httpdomain', 'sphinx_tabs.tabs', 'sphinx-prompt', 'recommonmark', 'notfound.extension', - 'sphinx.ext.githubpages', ] # Add any paths that contain templates here, relative to this directory. diff --git a/requirements/pip.txt b/requirements/pip.txt index c5c4ab968..9edcd15ba 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -1,5 +1,6 @@ sphinxcontrib-httpdomain==1.7.0 +sphinx-tabs sphinx-prompt==1.0.0 +recommonmark==0.5.0 sphinx-notfound-page==0.2.1 commonmark==0.8.1 -recommonmark==0.5.0