summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2018-09-27 01:24:33 -0500
committerMichael Merickel <michael@merickel.org>2018-09-27 01:24:33 -0500
commitf4404b11a89f9d32652702190506984a594d8393 (patch)
tree67a7b7b22726d89be68383d27da80c3ef4a72cb2 /docs/conf.py
parent97ee7f3aa8af74a01e51c0c14fda1c0a5a490663 (diff)
parent4eade6a2fa6111673231b02344afdc562fe7f05d (diff)
downloadpyramid-f4404b11a89f9d32652702190506984a594d8393.tar.gz
pyramid-f4404b11a89f9d32652702190506984a594d8393.tar.bz2
pyramid-f4404b11a89f9d32652702190506984a594d8393.zip
Merge branch 'master' into deprecate-pickle-sessions
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 8fe7108ff..6e3d41240 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -161,6 +161,15 @@ html_theme_options = dict(
outdated='false',
)
+# Control display of sidebars
+html_sidebars = {'**': [
+ 'localtoc.html',
+ 'ethicalads.html',
+ 'relations.html',
+ 'sourcelink.html',
+ 'searchbox.html',
+]}
+
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
html_title = 'The Pyramid Web Framework v%s' % release