Skip to content

Commit

Permalink
Fix web docs search function not working.
Browse files Browse the repository at this point in the history
Remove obsolete html_theme_path setting from doc/walt/doc/sphinx/conf.py.
This was causing the search function to fail, as described here:
readthedocs/sphinx_rtd_theme#1434
  • Loading branch information
eduble committed Oct 4, 2024
1 parent ae2ec9b commit 8d20f23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/walt/doc/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def get_version():
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_static_path = ["_static"]
html_logo = "logo-walt.png"
html_theme_options = {
Expand Down

0 comments on commit 8d20f23

Please sign in to comment.