-
Notifications
You must be signed in to change notification settings - Fork 321
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
Release 0.16.0 #1948
Comments
Just to say I'd really like a version compatible with Sphinx 8 too! |
I don't think it's incompatible, did you encounter any specific errors ? |
Yes:
|
Please try updating myst parser. Current stable release is 4.0.0 and you seem to have 0.17.0 |
Indeed, that helped. Now I got other issues probably coming from the fact I am already using a different theme (sphinx-material).
|
Related: #1938 |
MetPy's docs are building fine with sphinx 8.0.2 and pydata-sphinx-theme 0.15.4 (myst-parser 4.0.0). |
The same applies to the French LaTeX FAQ 😊 |
@trallard @Carreau seems like we're close to being ready for another release? Only listed blockers are #1982 (which looks to be basically done?) and #1938 (which I think can be closed as completed given the comments above). #1992 made me realize some nice improvements still aren't in the hands of stable users. |
Yes I think so. I probably can't do it until next Wednesday so if one of you has time sooner then go for it |
I shall be able to do this on Monday. |
The pre-release is now out https://pypi.org/project/pydata-sphinx-theme/0.16.0rc0/ There is also a discussion opened #1997 |
There do not seem to be any major issues identified through the release candidate, and the few bugs raised have been addressed. |
@trallard what about #2007 ? It's minor enough that I didn't label as a release blocker, but by the same token it's minor enough that I'd be comfortable rolling it in as a bugfix between RC and release (if you or @gabalafou look and don't notice anything amiss, that is) |
Already reported and fixed 😉 |
@drammock, I think it is okay to include #2007. It is a bug (I just checked the Figma file, and the hover colour change went missing somehow), but it is small enough that I do not expect it to cause any issues. I did leave a comment on the tests, though. @dbitouze I can definitely get the translations in. |
Sorry, I don't see what you mean. |
Sorry if I was not clear enough @dbitouze. I meant that if the French translations are updated I should be able to include them in the proper release. |
🎉 🚀 I just cut a new release so will go ahead and close this issue 👉🏽 https://pypi.org/project/pydata-sphinx-theme/0.16.0/ |
I think with the recent sphinx 8 fixes it woudl be good to make a new release potentially dropping older shinx. Here are the list of things to do for a new release.
Double check for quality-control
impact: block-release
labelPrepare the codebase for a new version
__version__
in__init__.py
.json
file with the new versiongit commit -m 'bump: 0.1.9 → 0.2.0'
git push upstream main
Make the release
v0.2.0
Choose a Tag:
dropdown, type in the release name (e.g.,v0.2.0
) and click "Create new tag"Target:
dropdown, pin it to the release commit that you've just pushed.publish
github action job has completed successfully in the actions tab.The text was updated successfully, but these errors were encountered: