Skip to content

Commit

Permalink
Explicitly set html_theme_path
Browse files Browse the repository at this point in the history
  • Loading branch information
ewquon authored Nov 13, 2023
1 parent e79c8e1 commit 839453b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Docs/sphinx_doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@
# html_theme_options = {}

# Add any paths that contain custom themes here, relative to this directory.
# html_theme_path = []
# Add path to the RTD explicitly to robustify builds
import sphinx_rtd_theme
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
Expand Down

0 comments on commit 839453b

Please sign in to comment.