-
Notifications
You must be signed in to change notification settings - Fork 5
Dependencies: Permit installation of Sphinx 9.x #671
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
Conversation
ObservationCI still selects Sphinx 8.x.
ReasonDependencies are not compatible with Sphinx 9 yet. |
|
Furo 2025.12.19 is now compatible with Sphinx 9. sphinx-design needs an update of MyST-Parser. |
|
sphinx-design 0.7.0 was released yesterday, now also including support for Sphinx 9. |
This comment was marked as spam.
This comment was marked as spam.
ca16739 to
6bd37db
Compare
matriv
left a comment
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.
thx, left a question.
Would be great to test github.com/crate/crate docs are building correctly after this change, thx!
| intersphinx_mapping["sde"] = ("https://sphinx-design-elements.readthedocs.io/en/latest/", None) | ||
|
|
||
|
|
||
| linkcheck_ignore += [ |
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.
why is this required?
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.
Just some project-local rate limiting against github.com when building the docs here.
The unlocking of Sphinx 9 has been successfully validated on those downstream projects using the pre-release package crate-docs-theme==0.47.1.dev5. |
About
Sphinx 9.0 was released on Nov 30, 2025.
Preview
The unlocking of Sphinx 9 has been successfully validated on those downstream projects using the pre-release package crate-docs-theme==0.47.1.dev5.
References