summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-11-30 20:12:13 -0500
committerJason R. Coombs <jaraco@jaraco.com>2019-11-30 20:12:13 -0500
commit0880a9876cf424458b82757d1c7504be58f9c2c1 (patch)
tree0e35b6de27a698acd34635fd1f2b7a25c3cdd474 /docs/conf.py
parentd760dfb4093a9492b2e9ff9476c29c71dbe14ae2 (diff)
parent1c187ad0cf50fbc14626f63cb669a9ec5949012f (diff)
downloadpytest-runner-master.tar.gz
Merge https://github.com/jaraco/tideliftmaster
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 40166c5..e06bee4 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -28,3 +28,8 @@ link_files = {
],
)
}
+
+# Custom sidebar templates, maps document names to template names.
+html_theme = 'alabaster'
+templates_path = ['_templates']
+html_sidebars = {'index': ['tidelift-sidebar.html']}