diff options
author | A_Rog <adam.thomas.rogerson@gmail.com> | 2019-08-14 00:40:12 +0100 |
---|---|---|
committer | Benoit Pierre <benoit.pierre@gmail.com> | 2019-08-13 23:40:12 +0000 |
commit | 05f42a2c14275937250c99478c94b20171d14aeb (patch) | |
tree | c853b2db3b326f361734c3dda8b1275d1ca3561e /docs | |
parent | e40a6035d9e688d5a34077132b49c48dc74932f4 (diff) | |
download | external_python_setuptools-05f42a2c14275937250c99478c94b20171d14aeb.tar.gz external_python_setuptools-05f42a2c14275937250c99478c94b20171d14aeb.tar.bz2 external_python_setuptools-05f42a2c14275937250c99478c94b20171d14aeb.zip |
Fixed html sidebars to supported version in Sphinx (#1804)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 2 |
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 |