Skip to content

Commit 8a99fd2

Browse files
committed
Use default theme with API docs.
After changing deprecated 'default' we used earlier to 'classic' the docs at Read The Docs started to use the classic theme too. Hopefully it now switches back to its default too.
1 parent 82e8027 commit 8a99fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/conf.py

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

108108
# The theme to use for HTML and HTML Help pages. See the documentation for
109109
# a list of builtin themes.
110-
html_theme = 'classic'
110+
#html_theme = 'classic'
111111

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

0 commit comments

Comments
 (0)