From a8dfcb35a34e767b414aa08ffb99216925b11379 Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Thu, 27 Dec 2012 02:27:27 +0100 Subject: [PATCH] Fixed RTD theme now. Really. (Hopefully.) --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 65abf1ac..0716eb94 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -167,7 +167,7 @@ html_static_path = ['_static'] # Output file base name for HTML help builder. htmlhelp_basename = 'Jedidoc' -html_style = '' # Force usage of default template on RTD +html_style = '/default.css' # Force usage of default template on RTD # -- Options for LaTeX output --------------------------------------------------