Skip to content

Commit

Permalink
changed default search behavior to search only across this doc project
Browse files Browse the repository at this point in the history
  • Loading branch information
JSchripsema-IDM committed Dec 6, 2023
1 parent 9105bb7 commit 81b2140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
search_project = os.environ["READTHEDOCS_PROJECT"]
search_version = os.environ["READTHEDOCS_VERSION"]

rtd_sphinx_search_default_filter = f"subprojects:{search_project_parent}/{search_version}"
rtd_sphinx_search_default_filter = f"subprojects:{search_project}/{search_version}"

rtd_sphinx_search_filters = {
"Search this project": f"project:{search_project}/{search_version}",
Expand Down

0 comments on commit 81b2140

Please sign in to comment.