Skip to content

Commit

Permalink
Explicitly use the sphinx_rtd_theme
Browse files Browse the repository at this point in the history
This used to be the default, but seems to have changed.
  • Loading branch information
jeremyh committed Jun 25, 2024
1 parent a0a1397 commit f5f21fb
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,7 @@
# html_static_path = ["_static"]


if is_on_readthedocs:
html_theme = "default"
else:
import sphinx_rtd_theme

html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
extensions = [
"sphinx_rtd_theme",
]
html_theme = "sphinx_rtd_theme"

0 comments on commit f5f21fb

Please sign in to comment.