diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-02-25 09:45:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-25 09:45:56 (GMT) |
commit | a00b41b9e9257e3c779e3ef5d5d5f0cef9223a30 (patch) | |
tree | 29e38ee6ab849d24918d6e9c152010352089c022 /Doc/tools | |
parent | 79811ededd160b6e8bcfbe4b0f9d5b4589280f19 (diff) | |
download | cpython-a00b41b9e9257e3c779e3ef5d5d5f0cef9223a30.zip cpython-a00b41b9e9257e3c779e3ef5d5d5f0cef9223a30.tar.gz cpython-a00b41b9e9257e3c779e3ef5d5d5f0cef9223a30.tar.bz2 |
gh-101100: Fix Sphinx warnings in `whatsnew/2.0.rst` (#112351)
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 eb45413..344b0c9 100644 --- a/Doc/tools/.nitignore +++ b/Doc/tools/.nitignore @@ -79,7 +79,6 @@ Doc/reference/compound_stmts.rst Doc/reference/datamodel.rst Doc/tutorial/datastructures.rst Doc/using/windows.rst -Doc/whatsnew/2.0.rst Doc/whatsnew/2.1.rst Doc/whatsnew/2.4.rst Doc/whatsnew/2.5.rst |