From e12c8371dda47ac36a61c1ca797b805bee6a9936 Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Thu, 27 Dec 2012 02:21:25 +0100 Subject: [PATCH] Hopefully fixed issue with RTD html building --- docs/source/conf.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 63d5fa2b..65abf1ac 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -167,6 +167,8 @@ html_static_path = ['_static'] # Output file base name for HTML help builder. htmlhelp_basename = 'Jedidoc' +html_style = '' # Force usage of default template on RTD + # -- Options for LaTeX output -------------------------------------------------- @@ -249,8 +251,3 @@ todo_include_todos = False # -- Options for autodoc module ------------------------------------------------ autodoc_default_flags = ['members', 'undoc-members'] - - -# -- Options for readthedocs --------------------------------------------------- - -html_style = True # Force usage of default template on RTD