Skip to content

Commit 6b8e178

Browse files
committed
Fix theme setting for documentation
1 parent d14f859 commit 6b8e178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
# The theme to use for HTML and HTML Help pages. See the documentation for
9292
# a list of builtin themes.
9393
#
94-
html_theme = 'alabaster'
94+
html_theme = 'sphinx_rtd_theme'
9595

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

0 commit comments

Comments
 (0)