diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2023-09-21 06:06:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-21 06:06:36 (GMT) |
commit | 712cb173f8e1d02c625a40ae03bba57b0c1c032a (patch) | |
tree | cfa067e213e7b0878e25c2d31138677443b89235 /Misc | |
parent | 9ccf0545efd5bc5af5aa51774030c471d49a972b (diff) | |
download | cpython-712cb173f8e1d02c625a40ae03bba57b0c1c032a.zip cpython-712cb173f8e1d02c625a40ae03bba57b0c1c032a.tar.gz cpython-712cb173f8e1d02c625a40ae03bba57b0c1c032a.tar.bz2 |
GH-109209: Bump the minimum Sphinx version to 4.2 (#109210)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2023-09-10-02-39-06.gh-issue-109209.0LBewo.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2023-09-10-02-39-06.gh-issue-109209.0LBewo.rst b/Misc/NEWS.d/next/Documentation/2023-09-10-02-39-06.gh-issue-109209.0LBewo.rst new file mode 100644 index 0000000..79cc0b7 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2023-09-10-02-39-06.gh-issue-109209.0LBewo.rst @@ -0,0 +1 @@ +The minimum Sphinx version required for the documentation is now 4.2. |