Skip to content

Commit 918a415

Browse files
committed
Implement tidelift banner using a Sphinx directive implemented by jaraco.tidelift.
1 parent 842eb14 commit 918a415

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

docs/_templates/tidelift-sidebar.html

-6
This file was deleted.

docs/conf.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
2-
# Custom sidebar templates, maps document names to template names.
3-
html_theme = 'alabaster'
4-
templates_path = ['_templates']
5-
html_sidebars = {'index': ['tidelift-sidebar.html']}
1+
extensions += ['jaraco.tidelift']

docs/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.. tidelift-referral-banner::

setup.cfg

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[options.extras_require]
2+
docs =
3+
# upstream
4+
jaraco.tidelift >= 1.4

0 commit comments

Comments
 (0)