Skip to content

Commit

Permalink
try theme path thing
Browse files Browse the repository at this point in the history
  • Loading branch information
FoamyGuy committed Oct 14, 2023
1 parent e7760eb commit b37257b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,10 @@
html_theme = "default"
html_theme_path = ["."]
else:
import sphinx_rtd_theme

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

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down

0 comments on commit b37257b

Please sign in to comment.