docs: bump and reorder docs-requirements#5464
Merged
Merged
Conversation
- Bump max version of sphinx from <7 to <8 - Bump max version of myst-parser to <3 - Pinpoint sphinx-design to 0.5.0 - Properly group dependencies by type
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This doesn't bump the version of furo (didn't check for new versions yet), so it's still building with sphinx 6 and not with sphinx 7. The other bumped dependencies only bump their respective dependencies, including support for sphinx 7, with additional minor fixes. myst-parser bumped its major version because it has dropped support for py37 which we already did.
I decided to pinpoint the version of sphinx-design, because similar to the furo theme, it's responsible for the rendered HTML output, and we want that to be stable.
I will have a look at newer furo versions separately.
https://github.com/pradyunsg/furo/blob/2023.03.27/pyproject.toml#L20