Skip to content

Commit aa5ef50

Browse files
committed
2 parents 05e096d + 918a415 commit aa5ef50

File tree

4 files changed

+5
-11
lines changed

4 files changed

+5
-11
lines changed

docs/_templates/tidelift-sidebar.html

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/conf.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,6 @@
9292
# #diff-85987f48f1258d9ee486e3191495582dR82
9393
default_role = 'any'
9494

95-
# Custom sidebar templates, maps document names to template names.
96-
html_theme = 'alabaster'
97-
templates_path = ['_templates']
98-
html_sidebars = {'index': ['tidelift-sidebar.html']}
99-
10095
# Add support for inline tabs
10196
extensions += ['sphinx_inline_tabs']
10297

@@ -150,3 +145,5 @@
150145
towncrier_draft_working_directory = '..'
151146
# Avoid an empty section for unpublished changes.
152147
towncrier_draft_include_empty = False
148+
149+
extensions += ['jaraco.tidelift']

docs/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ Documentation content:
1818
Development guide <development/index>
1919
Backward compatibility & deprecated practice <deprecated/index>
2020
Changelog <history>
21+
22+
.. tidelift-referral-banner::

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ docs =
7171
sphinx
7272
jaraco.packaging >= 8.2
7373
rst.linker >= 1.9
74+
jaraco.tidelift >= 1.4
7475

7576
# local
7677
pygments-github-lexers==0.0.5

0 commit comments

Comments
 (0)