From ed61f2854955aeb60ffc0d250c0003a88978ea06 Mon Sep 17 00:00:00 2001 From: David Halter Date: Mon, 4 Feb 2013 01:00:05 +0100 Subject: [PATCH] sphinx: remove sidebar stuff: relations, sourcelink and searchbox --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 8c6e40c4..05531715 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -143,10 +143,10 @@ html_sidebars = { '**': [ # 'sidebarlogo.html', 'localtoc.html', - 'relations.html', +# 'relations.html', 'ghbuttons.html', - 'sourcelink.html', - 'searchbox.html' +# 'sourcelink.html', +# 'searchbox.html' ] }