Switch to bootstrap theme

This commit is contained in:
Victor Zverovich
2014-10-10 08:40:35 -07:00
parent 76a2ea56ce
commit 709465197a
5 changed files with 531 additions and 505 deletions
+15 -2
View File
@@ -110,12 +110,25 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'sphinxdoc'
html_theme = 'bootstrap'
html_theme_path = '.'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
#html_theme_options = {}
html_theme_options = {
# HTML navbar class (Default: "navbar") to attach to <div>.
# For black navbar, do "navbar navbar-inverse"
#'navbar_class': "navbar navbar-inverse",
# Fix navigation bar to top of page?
# Values: "true" (default) or "false"
'navbar_fixed_top': "true",
# Location of link to source.
# Options are "nav" (default), "footer".
'source_link_position': "footer",
}
# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = []