GH-125722: Increase minimum supported Sphinx to 8.2.0 (GH-130444)
(cherry picked from commit
e53d105872fafa77507ea33b7ecf0faddd4c3b60)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
# Minimum version of sphinx required
# Keep this version in sync with ``Doc/requirements.txt``.
-needs_sphinx = '8.1.3'
+needs_sphinx = '8.2.0'
# Create table of contents entries for domain objects (e.g. functions, classes,
# attributes, etc.). Default is True.
--- /dev/null
+Require Sphinx 8.2.0 or later to build the Python documentation. Patch by
+Adam Turner.