Skip to content

Commit

Permalink
Comment out html_theme_path to patch search
Browse files Browse the repository at this point in the history
There is a documented issue where the deprecated variable, html_theme_path has caused the search feature to break. 

readthedocs/sphinx_rtd_theme#1434 (comment)
  • Loading branch information
zwall-bp authored Jul 3, 2024
1 parent 785081c commit ea31c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
}

# Add any paths that contain custom themes here, relative to this directory.
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
#html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
Expand Down

0 comments on commit ea31c4c

Please sign in to comment.