diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2019-01-26 13:18:15 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2019-01-26 13:18:15 -0500 |
| commit | c6655951aa8292127f01d53c337da1da642efe74 (patch) | |
| tree | 2a74f9400f181567f9235314c890bf0bc6062342 /docs/conf.py | |
| parent | f3ff0541b6967ee91be3f572c5afe4f559436aa1 (diff) | |
| download | python-setuptools-git-c6655951aa8292127f01d53c337da1da642efe74.tar.gz | |
Rely on alabaster theme to support sidebar rendering.
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index d0287332..3d109305 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,4 +1,5 @@ # Custom sidebar templates, maps document names to template names. +html_theme = 'alabaster' templates_path = ['_templates'] html_sidebars = {'index': 'tidelift-sidebar.html'} |
