Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit a3dc9f4

Browse files
committed
2 parents 3b16808 + 918a415 commit a3dc9f4

File tree

4 files changed

+4
-11
lines changed

4 files changed

+4
-11
lines changed

docs/_templates/tidelift-sidebar.html

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

docs/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,4 @@
3939
'python': ('https://docs.python.org/3', None),
4040
}
4141

42-
# Custom sidebar templates, maps document names to template names.
43-
html_theme = 'alabaster'
44-
templates_path = ['_templates']
45-
html_sidebars = {'index': ['tidelift-sidebar.html']}
42+
extensions += ['jaraco.tidelift']

docs/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Welcome to |project| documentation!
66

77
history
88

9+
.. tidelift-referral-banner::
10+
911
.. include:: ../README.rst
1012

1113
Indices and tables
@@ -14,4 +16,3 @@ Indices and tables
1416
* :ref:`genindex`
1517
* :ref:`modindex`
1618
* :ref:`search`
17-

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ docs =
5151
sphinx
5252
jaraco.packaging >= 9
5353
rst.linker >= 1.9
54+
jaraco.tidelift >= 1.4
5455

5556
# local
5657

0 commit comments

Comments
 (0)