From 9f82f3826b9472b6cb0d590e01aacfb05c334e05 Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Fri, 16 Jan 2015 21:58:02 +0100 Subject: [PATCH] Default doc style --- docs/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 684c7297..6b87c66e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -104,7 +104,9 @@ pygments_style = 'sphinx' # a list of builtin themes. html_theme = 'default' #html_theme = 'nature' -using_rtd_theme=False + +#If uncommented it's turn off the default read the doc style +html_style = "/default.css" # 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