Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
Update sidebars
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Mar 10, 2017
1 parent a5495de commit da6d3f9
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 @@ -108,6 +108,14 @@
# 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
Expand Down Expand Up @@ -152,7 +160,7 @@
#html_use_smartypants = True

# Custom sidebar templates, maps document names to template names.
#html_sidebars = {}


# Additional templates that should be rendered to pages, maps page names to
# template names.
Expand Down

0 comments on commit da6d3f9

Please sign in to comment.