summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-02-25 14:12:12 -0500
committerJason R. Coombs <jaraco@jaraco.com>2022-02-25 14:12:12 -0500
commita3dc9f4c6afea684ed48da998958470ea41f3c00 (patch)
treeb2770f0d2ccea90d77b4491d722cadd673678096 /docs/conf.py
parent3b16808a15fbc46deef94f57d547f1a2bb3256e9 (diff)
parent918a415b41225f442d6e9b319ecebff19b52a1a5 (diff)
downloadpytest-runner-a3dc9f4c6afea684ed48da998958470ea41f3c00.tar.gz
Merge https://github.com/jaraco/tidelift into newmainv6.0.0
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py
index a8bdc15..3944ba9 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -39,7 +39,4 @@ intersphinx_mapping = {
'python': ('https://docs.python.org/3', None),
}
-# Custom sidebar templates, maps document names to template names.
-html_theme = 'alabaster'
-templates_path = ['_templates']
-html_sidebars = {'index': ['tidelift-sidebar.html']}
+extensions += ['jaraco.tidelift']