summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorA_Rog <adam.thomas.rogerson@gmail.com>2019-08-14 00:40:12 +0100
committerBenoit Pierre <benoit.pierre@gmail.com>2019-08-13 23:40:12 +0000
commit05f42a2c14275937250c99478c94b20171d14aeb (patch)
treec853b2db3b326f361734c3dda8b1275d1ca3561e /docs/conf.py
parente40a6035d9e688d5a34077132b49c48dc74932f4 (diff)
downloadpython-setuptools-git-05f42a2c14275937250c99478c94b20171d14aeb.tar.gz
Fixed html sidebars to supported version in Sphinx (#1804)
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index c7eb6d3f..cbd19fb4 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -69,7 +69,7 @@ html_theme_path = ['_theme']
html_use_smartypants = True
# Custom sidebar templates, maps document names to template names.
-html_sidebars = {'index': 'indexsidebar.html'}
+html_sidebars = {'index': ['relations.html', 'sourcelink.html', 'indexsidebar.html', 'searchbox.html']}
# If false, no module index is generated.
html_use_modindex = False