From 20f29bbc3eebcca8b3dd1c6c1dba2867e9af01de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonah=20Br=C3=BCchert?= Date: Tue, 13 Feb 2024 01:27:36 +0100 Subject: sphinx: Fix sidebar templates --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 5a558f341..b05456fb5 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -150,7 +150,7 @@ html_last_updated_fmt = '%b %d, %Y' # Custom sidebar templates, maps document names to template names. html_sidebars = { - 'index': 'indexsidebar.html' + 'index': ['indexsidebar.html'] } # Additional templates that should be rendered to pages, maps page names to -- cgit v1.2.3-1-g7c22