Skip to content

bpo-45618: Update Sphinx version used to build the documentation to 4.2.0 #29256

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

Merged
merged 2 commits into from
Oct 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions Doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
# Sphinx version is pinned so that new versions that introduce new warnings
# won't suddenly cause build failures. Updating the version is fine as long
# as no warnings are raised by doing so.
sphinx==3.2.1
# Docutils version is pinned to a version compatible with Sphinx
# version 3.2.1. It can be removed after bumping Sphinx version to at
# least 3.5.4.
docutils==0.17.1
sphinx==4.2.0

blurb

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Update Sphinx version used to build the documentation to 4.2.0.
Patch by Maciej Olko.