From 99ff512b32871d3f1ad6f2ff099cd5684574fd95 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 23 Oct 2014 07:17:56 -0700 Subject: [PATCH] Use sphinx bootstrap theme from subproject --- doc/conf.py | 9 +++++++-- doc/sphinx-bootstrap-theme | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 83a42f00..67f7f729 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -83,7 +83,9 @@ release = version # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. -exclude_patterns = [] +#exclude_patterns = [] + +exclude_trees = ['sphinx-bootstrap-theme'] # The reST default role (used for this markup: `text`) to use for all documents. #default_role = None @@ -127,10 +129,13 @@ html_theme_options = { # Location of link to source. # Options are "nav" (default), "footer". 'source_link_position': "footer", + + # Render the next and previous page links in navbar. (Default: true) + 'navbar_sidebarrel': False } # Add any paths that contain custom themes here, relative to this directory. -html_theme_path = ['.'] +html_theme_path = ['sphinx-bootstrap-theme'] # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". diff --git a/doc/sphinx-bootstrap-theme b/doc/sphinx-bootstrap-theme index 4cf6be85..ef8b6399 160000 --- a/doc/sphinx-bootstrap-theme +++ b/doc/sphinx-bootstrap-theme @@ -1 +1 @@ -Subproject commit 4cf6be855af136d121f8e5bc06ce9621881a06fb +Subproject commit ef8b6399ee6da8de2250b6f87a0dd9d05f0cefa8