Change to flask theme and customize.

This commit is contained in:
Simon Conseil
2013-08-03 16:22:24 +02:00
parent ee36e87b47
commit a672fcaffa
3 changed files with 38 additions and 36 deletions

View File

@@ -97,7 +97,7 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'flask_small'
html_theme = 'flask'
# 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
@@ -126,7 +126,7 @@ html_theme_path = ['_themes']
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
# html_static_path = ['_static']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
@@ -174,7 +174,7 @@ htmlhelp_basename = 'Sigaldoc'
html_theme_options = {
'index_logo': '',
'github_fork': 'saimn/sigal',
# 'github_fork': 'saimn/sigal',
}
# -- Options for LaTeX output --------------------------------------------------