From 60c71a0a6177899056b632136ff6494e4551a328 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 21 Feb 2016 18:27:01 -0500 Subject: [PATCH] new sphinx config for alabaster --- docs/conf.py | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a56a460..6f865c6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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