Skip to content

Commit e7760eb

Browse files
committed
try sphinx rtd theme specifically
1 parent f3b6d75 commit e7760eb

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
@@ -124,7 +124,7 @@
124124
html_theme = "default"
125125
html_theme_path = ["."]
126126
else:
127-
html_theme = "default"
127+
html_theme = "sphinx_rtd_theme"
128128
html_theme_path = ["."]
129129

130130
# Add any paths that contain custom static files (such as style sheets) here,

0 commit comments

Comments
 (0)