Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 1c187ad

Browse files
committed
List sidebars to avoid errors looking for template 't'
1 parent 8f99a0c commit 1c187ad

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
@@ -2,4 +2,4 @@
22
# Custom sidebar templates, maps document names to template names.
33
html_theme = 'alabaster'
44
templates_path = ['_templates']
5-
html_sidebars = {'index': 'tidelift-sidebar.html'}
5+
html_sidebars = {'index': ['tidelift-sidebar.html']}

0 commit comments

Comments
 (0)