From 167f35a5f7a5b693b143d591b6d19c8d9887a154 Mon Sep 17 00:00:00 2001
From: Steve Piercy <web@stevepiercy.com>
Date: Sat, 22 Sep 2018 11:40:37 +0200
Subject: [PATCH] Add support for RTD Ethical Ads

---
 docs/conf.py |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index ef93a61..bc7e89b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -163,6 +163,15 @@
     outdated='true',
     )
 
+# 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

--
Gitblit v1.9.3