-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DOC temporary fix for search summary #29090
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I concur that this fixes the issue. I wouldn't have minded waiting for the release as @glemaitre mentioned. But since we have now this PR, we can also merge and push to the 1.5 branch as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
We could therefore backport this fix to the stable branch. |
sphinx-pydata-theme 0.15.3 has been released, I think we should revert this PR. |
I think it is not available on the |
Indeed the conda-forge feedstock PR hasn't been merged yet and its CI is failing: conda-forge/pydata-sphinx-theme-feedstock#52 |
#29134 reverts this PR, bumps the version, and makes fixes according to the new theme. |
Fixes #29073.
This is a temporary workaround. It overwrites the default
searchtools.js
by copying a vendoredsearchtools.js
with the same name into the static directory. The vendoredsearchtools.js
replaces all occurrences of[role="main"]
with#main-content
, becausepydata-sphinx-theme==0.15.2
has<main id="main-content" class="bd-main">
without therole="main"
.After
pydata-sphinx-theme==0.15.3
is release we can bump the minimum version ofpydata-sphinx-theme
to0.15.3
and simply removed this vendored file.