summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorAnteru <bitbucket@ca.sh13.net>2019-04-30 15:40:47 +0000
committerAnteru <bitbucket@ca.sh13.net>2019-04-30 15:40:47 +0000
commita0fc52727aaed41c8e09c87996de842117872afb (patch)
tree42e2f38a86a2839160e96dcb1472f362d363103a /doc/conf.py
parent665f287849402bdf05ef636e77989104e6cf8e9e (diff)
parent323d10920c579054c861ee0cfdd9a30d012a4d0a (diff)
downloadpygments-a0fc52727aaed41c8e09c87996de842117872afb.tar.gz
Merged in gerph/pygments-main (pull request #806)
Create a Lexer class for BBC Basic files.
Diffstat (limited to 'doc/conf.py')
-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.