File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 99
99
100
100
# The theme to use for HTML and HTML Help pages. See the documentation for
101
101
# a list of builtin themes.
102
- html_theme = 'kr '
102
+ html_theme = 'alabaster '
103
103
104
104
# Theme options are theme-specific and customize the look and feel of a theme
105
105
# further. For a list of options available for each theme, see the
106
106
# 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
+ }
108
114
109
115
# Add any paths that contain custom themes here, relative to this directory.
110
116
html_theme_path = ['_themes' ]
159
165
#html_split_index = False
160
166
161
167
# If true, links to the reST sources are added to the pages.
162
- html_show_sourcelink = True
168
+ html_show_sourcelink = False
163
169
164
170
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
165
171
html_show_sphinx = False
You can’t perform that action at this time.
0 commit comments