summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatth?us G. Chajdas <dev@anteru.net>2019-04-02 14:24:14 +0200
committerMatth?us G. Chajdas <dev@anteru.net>2019-04-02 14:24:14 +0200
commit6385c59af37e013f1b28b5ce1229ee466e136b1a (patch)
tree93a97ef7dfb6cd6333188788c5cec9ec08c4aeb7 /doc
parent7d95ef2b14f58991f7c8bc18e3bb0deb85b64ff4 (diff)
downloadpygments-6385c59af37e013f1b28b5ce1229ee466e136b1a.tar.gz
Fix documentation build using Sphinx 2.0 (fixes #1501.)
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 51a91617..00db7d9b 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -125,8 +125,8 @@ html_static_path = ['_static']
#html_use_smartypants = True
# Custom sidebar templates, maps document names to template names.
-html_sidebars = {'index': 'indexsidebar.html',
- 'docs/*': 'docssidebar.html'}
+html_sidebars = {'index': ['indexsidebar.html'],
+ 'docs/*': ['docssidebar.html']}
# Additional templates that should be rendered to pages, maps page names to
# template names.