diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-02-17 09:39:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-17 09:39:07 (GMT) |
commit | 30fce5f228b7e2e8fd92f07113ac5632e6baf3b2 (patch) | |
tree | 438b4a9b70b70e7da21cb48aff6d09a046570ce5 /Doc/tools | |
parent | 9fd420f53d1b1087d2ae648b0efc44107d27d867 (diff) | |
download | cpython-30fce5f228b7e2e8fd92f07113ac5632e6baf3b2.zip cpython-30fce5f228b7e2e8fd92f07113ac5632e6baf3b2.tar.gz cpython-30fce5f228b7e2e8fd92f07113ac5632e6baf3b2.tar.bz2 |
gh-101100: Fix Sphinx warnings in `whatsnew/3.1.rst` (#115575)
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 33129e8..6128578 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.1.rst Doc/whatsnew/3.2.rst Doc/whatsnew/3.3.rst Doc/whatsnew/3.4.rst |