diff options
author | Andrey Andreev <narf@devilix.net> | 2014-12-14 17:01:04 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-12-14 17:01:04 +0100 |
commit | fb81cd85175a2d5020a21315cf7c58d099126dc0 (patch) | |
tree | 348a938ea239dbdc04df4a6b5fc4a3244f7ef964 /user_guide_src/source/conf.py | |
parent | c9963f45f648af713e1a46d3fb5bcf018a0758eb (diff) | |
parent | 71b93b34a678e607e1935f5185836664056a3ccc (diff) |
Merge pull request #3410 from druu/feature/userguide_redesign
Feature/userguide redesign
Diffstat (limited to 'user_guide_src/source/conf.py')
-rw-r--r-- | user_guide_src/source/conf.py | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/user_guide_src/source/conf.py b/user_guide_src/source/conf.py index 5089cf5a2..d1e86f6fc 100644 --- a/user_guide_src/source/conf.py +++ b/user_guide_src/source/conf.py @@ -93,9 +93,7 @@ highlight_language = 'ci' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -# Reverting to default sphinx theme, to remove dependency on EllisLab corporate style -#html_theme = 'eldocs' -html_theme = 'default' +html_theme = 'sphinx_rtd_theme' # 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 @@ -103,10 +101,7 @@ html_theme = 'default' # # Specifying a few options; just a starting point & we can play with it. html_theme_options = { - "collapsiblesidebar" : "true", - "sidebarbgcolor" : "#4b7eb0", - "codebgcolor": "#fffded", - "headbgcolor": "#ffeebd" + } # Add any paths that contain custom themes here, relative to this directory. |