diff --git a/doc/conf.py b/doc/conf.py index bbb90390..ce8a7f87 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -137,6 +137,11 @@ html_favicon = 'favicon.svg' html_title = project + ' version ' + release +html_theme = 'scrolls' +html_theme_options = { + #'body_max_width': None, + 'navigation_with_keys': True, +} # -- Options for LaTeX output ---------------------------------------------