Skip to content

Commit

Permalink
Merge pull request #154 from ccnmtl/update-docs-sidebar
Browse files Browse the repository at this point in the history
Add nicer documentation sidebar
  • Loading branch information
thraxil committed Feb 28, 2017
2 parents fe11c8b + 888dcc0 commit a2f35fc
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 @@ -114,13 +114,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': 'django-pagetree',
'github_banner': 'true',
}

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

0 comments on commit a2f35fc

Please sign in to comment.