From ed4b87459a6da1bc0df4fc0ed54ccb2e809a483a Mon Sep 17 00:00:00 2001 From: Paul Hallett Date: Mon, 17 Feb 2014 17:45:07 +0000 Subject: [PATCH] Change theme fixes #141 by adding the new Read The Docs theme --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index a3b867edad..38ff9f8ee9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,6 +33,8 @@ 'sphinx.ext.intersphinx', ] +RTD_NEW_THEME = True + # Load the source for autodoc sys.path.insert(0, os.path.abspath(os.path.join(os.getcwd(), '..')))