[PATCH] D115701: [LNT] Fix sidebar

Pavel Kosov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 13 22:51:31 PST 2021


kpdev42 created this revision.
kpdev42 added reviewers: cmatthews, danilaml, thopre.
kpdev42 added a project: LLVM.
Herald added a subscriber: dkolesnichenko.
kpdev42 requested review of this revision.

This patch fixes the sidebar.
Here is the documentation https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_sidebars


Repository:
  rLNT LNT

https://reviews.llvm.org/D115701

Files:
  docs/conf.py


Index: docs/conf.py
===================================================================
--- docs/conf.py
+++ docs/conf.py
@@ -214,7 +214,7 @@
 #html_use_smartypants = True
 
 # Custom sidebar templates, maps document names to template names.
-html_sidebars = {'index': 'indexsidebar.html'}
+html_sidebars = {'index': ['indexsidebar.html']}
 
 # Additional templates that should be rendered to pages, maps page names to
 # template names.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115701.394146.patch
Type: text/x-patch
Size: 438 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211214/533c82e5/attachment.bin>


More information about the llvm-commits mailing list