Skip to content

Commit

Permalink
Implement tidelift banner using a Sphinx directive implemented by jar…
Browse files Browse the repository at this point in the history
…aco.tidelift.
  • Loading branch information
jaraco committed Jul 18, 2021
1 parent 842eb14 commit 918a415
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
6 changes: 0 additions & 6 deletions docs/_templates/tidelift-sidebar.html

This file was deleted.

6 changes: 1 addition & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@

# Custom sidebar templates, maps document names to template names.
html_theme = 'alabaster'
templates_path = ['_templates']
html_sidebars = {'index': ['tidelift-sidebar.html']}
extensions += ['jaraco.tidelift']
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. tidelift-referral-banner::
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[options.extras_require]
docs =
# upstream
jaraco.tidelift >= 1.4

0 comments on commit 918a415

Please sign in to comment.