-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
BUG: Fix for Sphinx 3.4+ search #213
Conversation
CI errors appear to be of the form |
@simonschmeisser I'm not maintainer of this package so I can't really help you. I'm also hoping for a patch to be merged and a new release to be made. |
@larsoner -- CI should now be fixed if you want to catch this PR up to current |
* upstream/master: CI: Update py3 matrix (ryan-roemer#222) setup.cfg: Replace dash-separated options (ryan-roemer#218) Bump to dev version post release Modern CI and Python Tooling (ryan-roemer#206)
Merged with |
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.
🎉
Nice, now we just need a new release 🎉 (Sorry for being a bit pushy 😉 |
@simonschmeisser haha, no worries -- I was working on that the other day, but just got slammed at work. I'll try and get it out today / this week. (I'm doing the new test release workflow then doing our new full release). |
Released in https://pypi.org/project/sphinx-bootstrap-theme/0.8.1/ And looks like the search now works, e.g. here: https://ryan-roemer.github.io/sphinx-bootstrap-theme/search.html?q=bootstrap Thanks! |
Our version of readthedocs/sphinx_rtd_theme#1021 to fix issues due to sphinx-doc/sphinx#8623, i.e.,
search.html
not actually searching due toUncaught ReferenceError: Stemmer is not defined
in Sphinx 3.4+.Closes #214
Closes #220