diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-02-17 10:03:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-17 10:03:20 (GMT) |
commit | 4dff48d1f454096efa2e1e7b4596bc56c6f68c20 (patch) | |
tree | b6a76d156b758daeace09bda96ad6da3331fc602 /Doc/tools | |
parent | 30fce5f228b7e2e8fd92f07113ac5632e6baf3b2 (diff) | |
download | cpython-4dff48d1f454096efa2e1e7b4596bc56c6f68c20.zip cpython-4dff48d1f454096efa2e1e7b4596bc56c6f68c20.tar.gz cpython-4dff48d1f454096efa2e1e7b4596bc56c6f68c20.tar.bz2 |
gh-101100: Fix Sphinx warnings in `whatsnew/3.2.rst` (#115580)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.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 6128578..eb45413 100644 --- a/Doc/tools/.nitignore +++ b/Doc/tools/.nitignore @@ -86,7 +86,6 @@ Doc/whatsnew/2.5.rst Doc/whatsnew/2.6.rst Doc/whatsnew/2.7.rst Doc/whatsnew/3.0.rst -Doc/whatsnew/3.2.rst Doc/whatsnew/3.3.rst Doc/whatsnew/3.4.rst Doc/whatsnew/3.5.rst |