diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-09-21 18:07:22 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-09-21 18:07:22 -0700 |
| commit | d275ec131b63dd03f1922990752c5564841275cf (patch) | |
| tree | 1da6eb1f75dab46e566ba42be15baf4c75b2d0c7 /docs/conf.py | |
| parent | 8cc4bf732f636abc06a2fbb72b2bd9ab0a680eb2 (diff) | |
| download | pyramid-d275ec131b63dd03f1922990752c5564841275cf.tar.gz pyramid-d275ec131b63dd03f1922990752c5564841275cf.tar.bz2 pyramid-d275ec131b63dd03f1922990752c5564841275cf.zip | |
Add support for RTD Ethical Ads
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 9 |
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 |
