From 81791dee9d1fdac41961698a2a6ba6e5b8f037cb Mon Sep 17 00:00:00 2001 From: Simon Chopin Date: Fri, 24 Aug 2012 23:48:27 +0200 Subject: Reenable the sidebar in the HTML documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without this sidebar it is not possible to use the search feature of the documentation. This patch will be shipped with the Debian package — no point in fixing the search feature if it remains hidden ;-). --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/source/conf.py b/docs/source/conf.py index 42793f9c..039ef980 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -133,7 +133,7 @@ html_theme = 'default' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation. -html_theme_options = {'nosidebar': True} +html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. #html_theme_path = [] -- cgit v1.2.3