Skip to content

Commit f0c863f

Browse files
committed
Change the default theme for sphinx to the nature theme.
1 parent d9fd523 commit f0c863f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/sphinx/source/conf.py

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

9292
# The theme to use for HTML and HTML Help pages. Major themes that come with
9393
# Sphinx are currently 'default' and 'sphinxdoc'.
94-
html_theme = 'default'
94+
html_theme = 'nature'
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)