Skip to content

Commit 30c9303

Browse files
committed
doc: use a list for html_sidebars
Sphinx 1.7 deprecated the use of a single string in html_sidebars, and Sphinx 2.0 has dropped support for this altogether.
1 parent 72d4a6c commit 30c9303

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,8 @@
9898

9999
# html_index = 'index.html'
100100
html_sidebars = {
101-
'index': 'indexsidebar.html',
101+
'index': ['indexsidebar.html'],
102102
}
103-
# 'basics': 'indexsidebar.html',
104-
# }
105103
# html_additional_pages = {'index': 'index.html'}
106104

107105
# Theme options are theme-specific and customize the look and feel of a theme

0 commit comments

Comments
 (0)