File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 65
65
# By default, highlight as Python 3.
66
66
highlight_language = 'python3'
67
67
68
- # Minimum version of sphinx required
68
+ # Minimum version of sphinx required.
69
+ # Sphinx 6.2 no longer uses imghdr which was removed in Python 3.13.
69
70
needs_sphinx = '6.2'
70
71
71
72
# Ignore any .rst files in the includes/ directory;
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ Features required to build CPython:
22
22
23
23
* On Windows, Microsoft Visual Studio 2017 or later is required.
24
24
25
+ * Sphinx 6.2 or newer is required to build the Python documentation.
26
+
25
27
.. versionchanged :: 3.11
26
28
C11 compiler, IEEE 754 and NaN support are now required.
27
29
On Windows, Visual Studio 2017 or later is required.
Original file line number Diff line number Diff line change @@ -242,6 +242,8 @@ Build Changes
242
242
=============
243
243
244
244
* Sphinx 6.2 or newer is now required to build the Python documentation.
245
+ Sphinx 6.2 no longer uses the :mod: `!imghdr ` module which was removed in
246
+ Python 3.13.
245
247
(Contributed by Victor Stinner in :gh: `104818 `.)
246
248
247
249
You can’t perform that action at this time.
0 commit comments