summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2017-09-14 23:47:35 +0300
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2017-09-14 23:47:35 +0300
commite3b97ac9f96d6d692db3571d6621d18a8006bb2a (patch)
tree40f8b8e9698bcc62b7a93680fd1a43771e885907 /docs
parent6b46e15b6e0f3b7eeed7b6ec06522cf2b92253ca (diff)
downloadcherrypy-git-e3b97ac9f96d6d692db3571d6621d18a8006bb2a.tar.gz
Add about/search/navigation to sidebar
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index dc34501f..d2dd1c90 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -163,8 +163,8 @@ html_static_path = ['_static']
# Custom sidebar templates, maps document names to template names.
html_sidebars = {
- 'index': 'python_2_eol.html',
- '**': 'python_2_eol.html',
+ 'index': ['about.html', 'searchbox.html', 'navigation.html', 'python_2_eol.html'],
+ '**': ['about.html', 'searchbox.html', 'navigation.html', 'python_2_eol.html'],
}
# Additional templates that should be rendered to pages, maps page names to