Turning on sticky sidebar

pull/492/head
stevegilvarry 2014-07-30 21:55:57 +10:00
parent 3277c6ceb8
commit bf1fd272df
1 changed files with 3 additions and 1 deletions

View File

@ -103,7 +103,9 @@ html_theme = 'default'
# 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 = {}
html_theme_options = {
"stickysidebar": "true"
}
# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = []