diff options
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/conf.py b/docs/conf.py index 4548cf27..77d01f19 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -92,11 +92,6 @@ extensions += ['sphinx.ext.extlinks', 'sphinx.ext.intersphinx'] # #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'] @@ -150,3 +145,5 @@ extensions += ['sphinxcontrib.towncrier'] towncrier_draft_working_directory = '..' # Avoid an empty section for unpublished changes. towncrier_draft_include_empty = False + +extensions += ['jaraco.tidelift'] |