From 6840aafdcf053bb21b16cf6789caf8772892b592 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 11 Jun 2014 20:56:06 +0200 Subject: [PATCH] Apply Piem's patch to disable rdt theme for the doc. But the special nice theme remains in the doc branch.. --- doc/source/conf.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index e79e785..c9184a6 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -106,10 +106,7 @@ modindex_common_prefix = ['timeside.'] # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -# html_theme = 'default' -import sphinx_rtd_theme -html_theme = 'sphinx_rtd_theme' -html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] +html_theme = 'default' # 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 -- 2.39.5