diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-04-29 17:40:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-29 17:40:50 (GMT) |
commit | 8d4b756fd31d4d91b55105b1241561e92cc571a3 (patch) | |
tree | b43d277972fe8ae8e0a4d01a6875546d095ca8a4 /Doc | |
parent | 43fa76638fc75958b592096b6830c15f0afa1a73 (diff) | |
download | cpython-8d4b756fd31d4d91b55105b1241561e92cc571a3.zip cpython-8d4b756fd31d4d91b55105b1241561e92cc571a3.tar.gz cpython-8d4b756fd31d4d91b55105b1241561e92cc571a3.tar.bz2 |
Docs: Upgrade to Sphinx 7.3 (#118397)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/requirements.txt b/Doc/requirements.txt index 118e6c3..15675ab 100644 --- a/Doc/requirements.txt +++ b/Doc/requirements.txt @@ -6,7 +6,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~=7.2.0 +sphinx~=7.3.0 blurb |