From ef15c4f6fc66fefde84c30ec19129475738ba399 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 23 Oct 2013 20:27:19 +0200 Subject: [PATCH] docs: Enable new RTD theme --- docs/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 56ddbf92..5a75b7d4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -78,6 +78,9 @@ sys.path.insert(0, os.path.abspath(os.path.dirname(__file__) + '/../')) # the string True. on_rtd = os.environ.get('READTHEDOCS', None) == 'True' +# Enable Read the Docs' new theme +RTD_NEW_THEME = True + # -- General configuration ---------------------------------------------------- # Add any Sphinx extension module names here, as strings. They can be