From 7247af21958873d31e73e3cae5c99c2542f21549 Mon Sep 17 00:00:00 2001 From: Manuel Ebert Date: Tue, 5 Nov 2013 13:26:42 -0800 Subject: [PATCH] Use RTFD's theme on their site --- docs/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 5ac4da07..806da6bc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -99,6 +99,9 @@ pygments_style = 'native' # a list of builtin themes. html_theme = 'jrnl' +# On read the docs, use their standard theme. +RTD_NEW_THEME = True + # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation.