diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-01-29 13:12:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-29 13:12:19 (GMT) |
commit | b7a12ab2146f946ae57e2d8019372cafe94d8375 (patch) | |
tree | be0482567f83aa521145ec534d4824ad5b705e33 /Doc/tools | |
parent | 97fb2480e4807a34b8197243ad57566ed7769e24 (diff) | |
download | cpython-b7a12ab2146f946ae57e2d8019372cafe94d8375.zip cpython-b7a12ab2146f946ae57e2d8019372cafe94d8375.tar.gz cpython-b7a12ab2146f946ae57e2d8019372cafe94d8375.tar.bz2 |
gh-101100: Fix Sphinx warnings in `whatsnew/2.2.rst` (#112366)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/.nitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/tools/.nitignore b/Doc/tools/.nitignore index b8b7c22..7635032 100644 --- a/Doc/tools/.nitignore +++ b/Doc/tools/.nitignore @@ -90,7 +90,6 @@ Doc/tutorial/datastructures.rst Doc/using/windows.rst Doc/whatsnew/2.0.rst Doc/whatsnew/2.1.rst -Doc/whatsnew/2.2.rst Doc/whatsnew/2.4.rst Doc/whatsnew/2.5.rst Doc/whatsnew/2.6.rst |