docs: bump docs-requirements #6126
Merged
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 bumps
myst-parser
to>=1.0.0,<5
(from>=1.0.0,<4
), includingsphinx
to>=6.0.0,<9
(from>=6.0.0,<8
)furo
theme to the latest versionI intentionally left out bumping
sphinx-design
to the latest version (0.6.1
), because it removes support for building the docs on py38. This however also means that the currentsphinx-design ==0.5.0
docs-requirement limits us tosphinx <8
. That shouldn't be an issue though and will be changed as soon as py38 support will be dropped in October. Even though it's probably super irrelevant keeping py38 support for building the docs right now, I just don't want to introduce this technical breaking change in a non-major-version bump.py312
py38
If there are any packagers who want to build the docs with
sphinx-design ==0.5.0
andsphinx >=8.0.0
, this works perfectly fine, apart from one deprecation warning which will need to be fixed at some point in the future.