File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9494
9595# -- Options for HTML output ---------------------------------------------------
9696
97- # The theme to use for HTML and HTML Help pages. Major themes that come with
98- # Sphinx are currently 'default' and 'sphinxdoc' .
99- html_theme = 'default '
97+ # The theme to use for HTML and HTML Help pages. See the documentation for
98+ # a list of builtin themes .
99+ html_theme = 'alabaster '
100100
101101# Theme options are theme-specific and customize the look and feel of a theme
102102# further. For a list of options available for each theme, see the
103103# documentation.
104- #html_theme_options = {}
104+ html_theme_options = {
105+ 'github_user' : 'WhyNotHugo' ,
106+ 'github_repo' : 'python-barcode' ,
107+ 'github_banner' : 'true' ,
108+ }
105109
106110# Add any paths that contain custom themes here, relative to this directory.
107111#html_theme_path = []
You can’t perform that action at this time.
0 commit comments