Skip to content

Commit 3c979d8

Browse files
author
Pavel Kosov
committed
[LNT] Fix sidebar
This patch fixes the sidebar. Here is the documentation https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_sidebars OS Laboratory. Huawei Russian Research Institute. Saint-Petersburg Reviewed By: thopre Differential Revision: https://reviews.llvm.org/D115701
1 parent 7f5f72a commit 3c979d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
#html_use_smartypants = True
215215

216216
# Custom sidebar templates, maps document names to template names.
217-
html_sidebars = {'index': 'indexsidebar.html'}
217+
html_sidebars = {'index': ['indexsidebar.html']}
218218

219219
# Additional templates that should be rendered to pages, maps page names to
220220
# template names.

0 commit comments

Comments
 (0)