We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 842eb14 commit 918a415Copy full SHA for 918a415
docs/_templates/tidelift-sidebar.html
docs/conf.py
@@ -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']}
+extensions += ['jaraco.tidelift']
docs/index.rst
@@ -0,0 +1 @@
+.. tidelift-referral-banner::
setup.cfg
@@ -0,0 +1,4 @@
+[options.extras_require]
+docs =
+ # upstream
+ jaraco.tidelift >= 1.4
0 commit comments