From 169f0c8eef0f6e45b0a1b6371fab17655edef5d1 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 395e52f9f6..53390b4fc6 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