Skip to content

Commit 5121d3d

Browse files
author
Hugo Osvaldo Barrera
committed
Change the rfd theme to a more modern one
1 parent efcb33e commit 5121d3d

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

docs/source/conf.py

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,18 @@
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 = []

0 commit comments

Comments
 (0)