Skip to content

Commit 5d98009

Browse files
committed
Switch Sphinx theme to default (from alabaster)
The Alabaster theme looks nice and is certainly lightweight and simple, but it lacks any means to get back to the TOC/index once you descend into a topic page. Switch back to the default to keep the documentation usable.
1 parent 1c1ce47 commit 5d98009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113

114114
# The theme to use for HTML and HTML Help pages. See the documentation for
115115
# a list of builtin themes.
116-
html_theme = 'alabaster'
116+
html_theme = 'default'
117117

118118
# Theme options are theme-specific and customize the look and feel of a theme
119119
# further. For a list of options available for each theme, see the

0 commit comments

Comments
 (0)