From: Guillaume Pellerin Date: Wed, 11 Jun 2014 18:56:06 +0000 (+0200) Subject: Apply Piem's patch to disable rdt theme for the doc. But the special nice theme remai... X-Git-Tag: 0.5.6 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6840aafdcf053bb21b16cf6789caf8772892b592;p=timeside.git Apply Piem's patch to disable rdt theme for the doc. But the special nice theme remains in the doc branch.. --- 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