Skip to content

Commit ce9d611

Browse files
authored
Update sphinx to v7.4.7 (#27042)
This is the latest v7 release. Split out from #27035
1 parent 0117c98 commit ce9d611

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ vulture==2.14
1515

1616
# This version is mentioned in `site/source/docs/site/about.rst`.
1717
# Please keep them in sync.
18-
sphinx==7.1.2
18+
sphinx==7.4.7
1919
sphinxcontrib-jquery==4.0
2020

2121
# Needed by test/test_sockets.py

site/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
# You can set these variables from the command line.
55
SPHINXOPTS = -W
66
SPHINXBUILD = sphinx-build
7-
SPHINXVERSION = 7.1.2
7+
SPHINXVERSION = 7.4.7
88
PAPER =
99
BUILDDIR = build
1010

1111
# User-friendly check for sphinx-build
1212
ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
13-
$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx version 7.1.2 installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
13+
$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx version 7.4.7 installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
1414
endif
1515

1616
ifneq ($(shell $(SPHINXBUILD) --version), $(SPHINXBUILD) $(SPHINXVERSION))

site/source/docs/site/about.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
About this site
55
===============
66

7-
The site is built using `Sphinx <https://www.sphinx-doc.org/en/master/>`_ (7.1.2), the open source tool used to create the official Python documentation and many other sites. This is a very mature and stable tool, and was selected for, among other reasons, its support for defining API items and linking to them from code.
7+
The site is built using `Sphinx <https://www.sphinx-doc.org/en/master/>`_ (7.4.7), the open source tool used to create the official Python documentation and many other sites. This is a very mature and stable tool, and was selected for, among other reasons, its support for defining API items and linking to them from code.
88

99
The site uses a custom theme, which is based on the :ref:`read-the-docs-theme`.
1010

0 commit comments

Comments
 (0)