summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/conf.py
diff options
context:
space:
mode:
authorDavid Wosnitza <david@druul.in>2014-12-12 15:37:28 +0100
committerDavid Wosnitza <david@druul.in>2014-12-12 15:37:28 +0100
commit25be142723568421b3c22a058ea2490bf87950fb (patch)
treed73eeb6bfeefa00de6fcc4dc846ede21fe57f0a9 /user_guide_src/source/conf.py
parentab0034bb8a72fc397609ff541182a1819580d761 (diff)
changed theme to sphinx_rtd_theme
Signed-off-by: David Wosnitza <david@druul.in>
Diffstat (limited to 'user_guide_src/source/conf.py')
-rw-r--r--user_guide_src/source/conf.py9
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.