From deea2c210412c1a935e7117b1a8c7b0d37b198ea Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Sat, 27 Feb 2016 13:36:07 +0100 Subject: [PATCH] DOC: Switch to haiku theme --- doc/conf.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index bbb90390..574a150d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -137,6 +137,12 @@ html_favicon = 'favicon.svg' html_title = project + ' version ' + release +html_theme = 'haiku' +html_theme_options = { + #'body_min_width': 0, + #'body_max_width': None, + 'navigation_with_keys': True, +} # -- Options for LaTeX output ---------------------------------------------