From 9f95b7391de595e36f95509b60599dce53687d2b Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Sat, 27 Feb 2016 13:38:43 +0100 Subject: [PATCH] DOC: Switch to traditional theme --- doc/conf.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index bbb90390..5089234d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -137,6 +137,14 @@ html_favicon = 'favicon.svg' html_title = project + ' version ' + release +html_theme = 'traditional' +html_theme_options = { + #'nosidebar': True, + #'sidebarwidth': 300, + #'body_min_width': 0, + #'body_max_width': 800, + 'navigation_with_keys': True, +} # -- Options for LaTeX output ---------------------------------------------