mirror of
https://github.com/python/cpython.git
synced 2025-09-22 08:23:36 +00:00
[3.12] Docs: Upgrade Sphinx to 7.4 (GH-121987) (#122011)
Docs: Upgrade Sphinx to 7.4 (GH-121987)
(cherry picked from commit 420d943128
)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
b1c31a1547
commit
e7130dc014
1 changed files with 3 additions and 3 deletions
|
@ -6,12 +6,12 @@
|
|||
# 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.3.0
|
||||
sphinx~=7.4.0
|
||||
|
||||
blurb
|
||||
|
||||
sphinxext-opengraph==0.7.5
|
||||
sphinx-notfound-page==1.0.0
|
||||
sphinxext-opengraph~=0.9.0
|
||||
sphinx-notfound-page~=1.0.0
|
||||
|
||||
# The theme used by the documentation is stored separately, so we need
|
||||
# to install that as well.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue