diff options
author | Yuki Kobayashi <drsuaimqjgar@gmail.com> | 2024-12-10 10:22:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-10 10:22:37 (GMT) |
commit | 8dbdbad6e085564ec20109fc8277fa54b3fcc2db (patch) | |
tree | 5b173205dd932ff86ad5b8d97bc30bdfc7495f6d /Doc/tools | |
parent | 4331832db02ff4a7598dcdd99cae31087173dce0 (diff) | |
download | cpython-8dbdbad6e085564ec20109fc8277fa54b3fcc2db.zip cpython-8dbdbad6e085564ec20109fc8277fa54b3fcc2db.tar.gz cpython-8dbdbad6e085564ec20109fc8277fa54b3fcc2db.tar.bz2 |
gh-101100: Fix sphinx warnings in `whatsnew/3.0.rst` (#127662)
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 39d1f59..7d50aec 100644 --- a/Doc/tools/.nitignore +++ b/Doc/tools/.nitignore @@ -76,7 +76,6 @@ Doc/whatsnew/2.4.rst Doc/whatsnew/2.5.rst Doc/whatsnew/2.6.rst Doc/whatsnew/2.7.rst -Doc/whatsnew/3.0.rst Doc/whatsnew/3.3.rst Doc/whatsnew/3.4.rst Doc/whatsnew/3.5.rst |