[PATCH] D115701: [LNT] Fix sidebar

Pavel Kosov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 14 12:24:27 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rLNT3c979d8effcc: [LNT] Fix sidebar (authored by kpdev42).

Repository:
  rLNT LNT

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115701/new/

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.394348.patch
Type: text/x-patch
Size: 438 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211214/161415f5/attachment.bin>


More information about the llvm-commits mailing list