diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2019-09-09 17:45:58 +0100 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2019-09-09 17:45:58 +0100 |
| commit | 1c187ad0cf50fbc14626f63cb669a9ec5949012f (patch) | |
| tree | 6da41e075e68ea7eba27d7793a7c51fee642d4a6 /docs/conf.py | |
| parent | 8f99a0c1b8ee2cb28a8bdb1811ef96da68636d1b (diff) | |
| download | python-setuptools-git-1c187ad0cf50fbc14626f63cb669a9ec5949012f.tar.gz | |
List sidebars to avoid errors looking for template 't'
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 3d109305..dbf962dd 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']} |
