File tree Expand file tree Collapse file tree 4 files changed +5
-11
lines changed Expand file tree Collapse file tree 4 files changed +5
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 92
92
# #diff-85987f48f1258d9ee486e3191495582dR82
93
93
default_role = 'any'
94
94
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
-
100
95
# Add support for inline tabs
101
96
extensions += ['sphinx_inline_tabs' ]
102
97
150
145
towncrier_draft_working_directory = '..'
151
146
# Avoid an empty section for unpublished changes.
152
147
towncrier_draft_include_empty = False
148
+
149
+ extensions += ['jaraco.tidelift' ]
Original file line number Diff line number Diff line change @@ -18,3 +18,5 @@ Documentation content:
18
18
Development guide <development/index >
19
19
Backward compatibility & deprecated practice <deprecated/index >
20
20
Changelog <history >
21
+
22
+ .. tidelift-referral-banner ::
Original file line number Diff line number Diff line change 71
71
sphinx
72
72
jaraco.packaging >= 8.2
73
73
rst.linker >= 1.9
74
+ jaraco.tidelift >= 1.4
74
75
75
76
# local
76
77
pygments-github-lexers ==0.0.5
You can’t perform that action at this time.
0 commit comments