From 6de6d40e76e0f532db9ea37493ffd3ec7211f11e Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Tue, 15 Dec 2015 18:33:50 +0100 Subject: [PATCH] DOC: Switch to bootstrap theme --- doc/conf.py | 19 +++++++++++++++++++ doc/requirements.txt | 1 + 2 files changed, 20 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index bbb90390..3791f194 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -3,6 +3,8 @@ # You can use sphinx-quickstart to create your own conf.py file! # After that, you have to edit a few things. See below. +import sphinx_bootstrap_theme + # Select nbsphinx and, if needed, other Sphinx extensions: extensions = [ 'nbsphinx', @@ -137,6 +139,23 @@ html_favicon = 'favicon.svg' html_title = project + ' version ' + release +html_theme = 'bootstrap' +html_theme_path = sphinx_bootstrap_theme.get_html_theme_path() +html_theme_options = { + 'navigation_with_keys': True, + 'navbar_title': 'nbsphinx', + 'navbar_site_name': 'Pages', + #'navbar_pagenav': False, + #'navbar_sidebarrel': False, + 'navbar_pagenav_name': 'This Page', + #'globaltoc_depth': -1, + 'navbar_fixed_top': True, + 'source_link_position': 'none', + #'bootswatch_theme': 'cosmo', + #'bootswatch_theme': 'lumen', + #'bootswatch_theme': 'sandstone', + 'bootswatch_theme': 'spacelab', +} # -- Options for LaTeX output --------------------------------------------- diff --git a/doc/requirements.txt b/doc/requirements.txt index 3c83291b..0f99618f 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,4 @@ +sphinx_bootstrap_theme ipykernel numpy matplotlib