Add basic-bootstrap theme

This commit is contained in:
vitaut
2015-05-22 19:12:45 -07:00
parent ba994e78ec
commit 42001e541e
4 changed files with 209 additions and 2 deletions
+2 -2
View File
@@ -111,7 +111,7 @@ primary_domain = 'cpp'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'basic'
html_theme = 'basic-bootstrap'
# 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
@@ -119,7 +119,7 @@ html_theme = 'basic'
#html_theme_options = {}
# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = None
html_theme_path = ['.']
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".