-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Minified js stemmers not included in the pypi distribution 3.5.0 #8884
Comments
curiously, on sphinx 3.4.3 there's no warning/error, but those minified files also don't exist. |
It was my change which broke this — so sorry for the inconvenience. I created PR #8886 to fix this. |
Thanks for fixing it quickly! Do you think it is possible to release 3.5.1 with this fix soon? I'm not sure how/if this bug affects other projects |
I am not a project member, just a contributor, so that's a question to @tk0miya. |
Fix #8884: Include sphinx/search/minified-js in the tarball
Now I merged the fix. And I'll take a look at other reports for 3.5.0 from now on. So please wait a moment. |
Thanks for fixing it! |
Describe the bug
Updated Sphinx to 3.5.0 and got a warning (treated as error with
SPHINXOPTS="-W" make html
) thatFileNotFoundError: [Errno 2] No such file or directory: 'venv/lib/python3.9/site-packages/sphinx/search/minified-js/base-stemmer.js'
Downgrading to sphinx 3.4.3 fixes the problem.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No warning/error on Sphinx js files.
Environment info
The text was updated successfully, but these errors were encountered: