bpo-45618: Update Sphinx version used to build the documentation to 4.2.0#29256
Merged
Conversation
Contributor
|
If this PR is accepted, it'll need a NEWS item. Could you please add one? https://devguide.python.org/committing/#updating-news-and-what-s-new-in-python |
Member
|
I have nothing against a NEWS file, but I don't feel it's mandatory neither as we still allow to build with older Sphinx anyway and it does not really change Python. LGTM, it's a good time in the release cycle to start trying a new Sphinx release. |
Contributor
Author
|
I just have added a NEWS entry. Thank you for looking through the PR. |
JulienPalard
approved these changes
Oct 31, 2021
Contributor
|
@m-aciek: Status check is done, and it's a success ✅ . |
ned-deily
pushed a commit
to ned-deily/cpython
that referenced
this pull request
Mar 25, 2022
….2.0 (pythonGH-29256) Updating version of Sphinx to most recent one, 4.2.0. Documentation builds without warnings. Sphinx 4.2.0 release notes: https://www.sphinx-doc.org/en/master/changes.html#release-4-2-0-released-sep-12-2021. cc @JulienPalard Automerge-Triggered-By: GH:JulienPalard
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.
Updating version of Sphinx to most recent one, 4.2.0. Documentation builds without warnings.
Sphinx 4.2.0 release notes: https://www.sphinx-doc.org/en/master/changes.html#release-4-2-0-released-sep-12-2021.
cc @JulienPalard
https://bugs.python.org/issue45618
Automerge-Triggered-By: GH:JulienPalard