From 1bbfa75fc8586086ac03d2065c4a9f5ed4eb50ad 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 90304635..4bae5cda 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -140,6 +140,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 ---------------------------------------------