Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 18, 2021
2 parents 05e096d + 918a415 commit aa5ef50
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
6 changes: 0 additions & 6 deletions docs/_templates/tidelift-sidebar.html

This file was deleted.

7 changes: 2 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@
# #diff-85987f48f1258d9ee486e3191495582dR82
default_role = 'any'

# Custom sidebar templates, maps document names to template names.
html_theme = 'alabaster'
templates_path = ['_templates']
html_sidebars = {'index': ['tidelift-sidebar.html']}

# Add support for inline tabs
extensions += ['sphinx_inline_tabs']

Expand Down Expand Up @@ -150,3 +145,5 @@
towncrier_draft_working_directory = '..'
# Avoid an empty section for unpublished changes.
towncrier_draft_include_empty = False

extensions += ['jaraco.tidelift']
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ Documentation content:
Development guide <development/index>
Backward compatibility & deprecated practice <deprecated/index>
Changelog <history>

.. tidelift-referral-banner::
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ docs =
sphinx
jaraco.packaging >= 8.2
rst.linker >= 1.9
jaraco.tidelift >= 1.4

# local
pygments-github-lexers==0.0.5
Expand Down

0 comments on commit aa5ef50

Please sign in to comment.