File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 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.
110116html_theme_path = ['_themes' ]
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.
165171html_show_sphinx = False
You can’t perform that action at this time.
0 commit comments