Skip to content

Commit

Permalink
Minor fixes in the docs configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Feb 7, 2016
1 parent acf8c0b commit f36825c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,13 @@
# 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
# documentation.
html_theme_options = {'defaultcollapsed': True} if use_cloud_theme else {}
if use_cloud_theme:
html_theme_options = {
'roottarget': 'contents/index',
'defaultcollapsed': True,
'shaded_decor': True}
else:
html_theme_options = {}

# Add any paths that contain custom themes here, relative to this directory.
html_theme_path = ['_themes']
Expand Down

0 comments on commit f36825c

Please sign in to comment.