Skip to content

Commit 60c71a0

Browse files
committed
new sphinx config for alabaster
1 parent daf5d4d commit 60c71a0

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/conf.py

+9-3
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,18 @@
9999

100100
# The theme to use for HTML and HTML Help pages. See the documentation for
101101
# a list of builtin themes.
102-
html_theme = 'kr'
102+
html_theme = 'alabaster'
103103

104104
# Theme options are theme-specific and customize the look and feel of a theme
105105
# further. For a list of options available for each theme, see the
106106
# documentation.
107-
#html_theme_options = {}
107+
html_theme_options = {
108+
'show_powered_by': False,
109+
'github_user': 'kennethreitz',
110+
'github_repo': 'python-guide',
111+
'github_banner': True,
112+
'show_related': False
113+
}
108114

109115
# Add any paths that contain custom themes here, relative to this directory.
110116
html_theme_path = ['_themes']
@@ -159,7 +165,7 @@
159165
#html_split_index = False
160166

161167
# If true, links to the reST sources are added to the pages.
162-
html_show_sourcelink = True
168+
html_show_sourcelink = False
163169

164170
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
165171
html_show_sphinx = False

0 commit comments

Comments
 (0)