Skip to content

Commit 8cfef16

Browse files
authored
Merge pull request #94 from ktdreyer/sphinx2
doc: use a list for html_sidebars
2 parents 72d4a6c + 30c9303 commit 8cfef16

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)