summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-07 17:56:09 +0100
committerGeorg Brandl <georg@python.org>2010-01-07 17:56:09 +0100
commit2f09d24472f03f5d170fa5b70903301d3614f27c (patch)
tree1e9354e3f8e01164bddf751f2a02858e1c2d2c77 /doc/conf.py
parent5cb64a7228d1c62be79378143c53beb3302e8067 (diff)
downloadsphinx-git-2f09d24472f03f5d170fa5b70903301d3614f27c.tar.gz
The ``html_sidebars`` config value can now contain patterns as keys, and the values can be lists that explicitly select which sidebar templates should be rendered.
That means that the builtin sidebar contents can be included only selectively.
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index feda5fd16..836ad52eb 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -52,7 +52,7 @@ html_last_updated_fmt = '%b %d, %Y'
html_index = 'index.html'
# Custom sidebar templates, maps page names to templates.
-html_sidebars = {'index': 'indexsidebar.html'}
+html_sidebars = {'index': ['indexsidebar.html', 'searchbox.html']}
# Additional templates that should be rendered to pages, maps page names to
# templates.