new sphinx config for alabaster

This commit is contained in:
2016-02-21 18:27:01 -05:00
parent daf5d4d306
commit 60c71a0a61
+9 -3
View File
@@ -99,12 +99,18 @@ pygments_style = 'flask_theme_support.FlaskyStyle'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'kr'
html_theme = 'alabaster'
# 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 = {
'show_powered_by': False,
'github_user': 'kennethreitz',
'github_repo': 'python-guide',
'github_banner': True,
'show_related': False
}
# Add any paths that contain custom themes here, relative to this directory.
html_theme_path = ['_themes']
@@ -159,7 +165,7 @@ html_sidebars = {
#html_split_index = False
# If true, links to the reST sources are added to the pages.
html_show_sourcelink = True
html_show_sourcelink = False
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
html_show_sphinx = False