summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-09-09 17:45:58 +0100
committerJason R. Coombs <jaraco@jaraco.com>2019-09-09 17:45:58 +0100
commit1c187ad0cf50fbc14626f63cb669a9ec5949012f (patch)
tree6da41e075e68ea7eba27d7793a7c51fee642d4a6
parent8f99a0c1b8ee2cb28a8bdb1811ef96da68636d1b (diff)
downloadpytest-runner-1c187ad0cf50fbc14626f63cb669a9ec5949012f.tar.gz
List sidebars to avoid errors looking for template 't'
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 3d10930..dbf962d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -2,4 +2,4 @@
# Custom sidebar templates, maps document names to template names.
html_theme = 'alabaster'
templates_path = ['_templates']
-html_sidebars = {'index': 'tidelift-sidebar.html'}
+html_sidebars = {'index': ['tidelift-sidebar.html']}