Skip to content

Commit

Permalink
Fix documentation sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas committed Mar 1, 2017
1 parent 1504f9b commit 21e200d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,21 @@
# a list of builtin themes.
html_theme = 'alabaster'

html_sidebars = {
'**': [
'about.html',
'navigation.html',
'relations.html',
'searchbox.html',
]
}

# 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 = {
'github_user': 'ccnmtl',
'github_repo': 'djangowind',
'github_banner': 'true',
}

# Add any paths that contain custom themes here, relative to this directory.
Expand Down

0 comments on commit 21e200d

Please sign in to comment.