From 74bcb14d498a2205cd35cd973fd149284c798733 Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Sun, 31 Mar 2019 16:33:13 +0200 Subject: [PATCH] doc: fix compatibility with sphinx 2.0 --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index a914965489..4fd8aa997a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -137,7 +137,7 @@ # 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 -- GitLab