diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-07-18 15:02:56 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-07-18 15:02:56 -0400 |
| commit | aa5ef507f3bf78092abfff7c6a2cf55a9b2fb2dc (patch) | |
| tree | 964b4ebcfbcfbe74124c54e78eb97e621574d135 /docs/conf.py | |
| parent | 05e096d76f3b63828f1d063326225534f332fb10 (diff) | |
| parent | 918a415b41225f442d6e9b319ecebff19b52a1a5 (diff) | |
| download | python-setuptools-git-aa5ef507f3bf78092abfff7c6a2cf55a9b2fb2dc.tar.gz | |
Merge https://github.com/jaraco/tidelift
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/conf.py b/docs/conf.py index 4548cf27..77d01f19 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -92,11 +92,6 @@ extensions += ['sphinx.ext.extlinks', 'sphinx.ext.intersphinx'] # #diff-85987f48f1258d9ee486e3191495582dR82 default_role = 'any' -# Custom sidebar templates, maps document names to template names. -html_theme = 'alabaster' -templates_path = ['_templates'] -html_sidebars = {'index': ['tidelift-sidebar.html']} - # Add support for inline tabs extensions += ['sphinx_inline_tabs'] @@ -150,3 +145,5 @@ extensions += ['sphinxcontrib.towncrier'] towncrier_draft_working_directory = '..' # Avoid an empty section for unpublished changes. towncrier_draft_include_empty = False + +extensions += ['jaraco.tidelift'] |
