From 2c9a802ccab28da0f70e3ed1f7d30620ed08f475 Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Fri, 16 Jan 2015 21:53:04 +0100 Subject: [PATCH] Default documentation theme --- docs/conf.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 27de1def..684c7297 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -90,6 +90,7 @@ exclude_patterns = ['_build'] # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' + # A list of ignored prefixes for module index sorting. # modindex_common_prefix = [] @@ -101,8 +102,9 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -#html_theme = 'default' -html_theme = 'nature' +html_theme = 'default' +#html_theme = 'nature' +using_rtd_theme=False # 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