From 5cbd3886415b057cf111f00335a12b9f388ac57f Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Sat, 27 Feb 2016 13:33:33 +0100 Subject: [PATCH] DOC: Switch to pyramid theme --- doc/conf.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index c7e8fbc5..db04a3df 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -137,6 +137,23 @@ html_favicon = 'favicon.svg' html_title = project + ' version ' + release +html_theme = 'pyramid' +html_theme_options = { + #'nosidebar': True, + #'sidebarwidth': 300, + #'body_min_width': 0, + #'body_max_width': None, + 'navigation_with_keys': True, +} +html_sidebars = { + '**': [ + 'globaltoc.html', + #'localtoc.html', + #'relations.html', + 'sourcelink.html', + 'searchbox.html', + ] +} # -- Options for LaTeX output ---------------------------------------------