From c09781f2b19bf168177d65f90c11b74e02401861 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Tue, 15 Dec 2015 18:56:28 +0100 Subject: [PATCH] DOC: Switch to alabaster theme --- doc/conf.py | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index c7e8fbc5..d50f834e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -137,6 +137,29 @@ html_favicon = 'favicon.svg' html_title = project + ' version ' + release +html_theme = 'alabaster' +html_theme_options = { + #'nosidebar': True, + 'navigation_with_keys': True, + 'description': 'Jupyter Notebooks + Sphinx', + 'github_banner': True, + 'github_button': True, + 'github_repo': 'nbsphinx', + 'github_type': 'star', + 'github_user': 'spatialaudio', + 'page_width': '1095px', + 'show_relbars': True, +} +html_sidebars = { + '**': [ + 'about.html', + #'globaltoc.html', + #'localtoc.html', + 'navigation.html', + 'searchbox.html', + #'sourcelink.html', + ] +} # -- Options for LaTeX output ---------------------------------------------