diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-02-26 06:49:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-26 06:49:04 (GMT) |
commit | 8e8ab75d97f51c2850eb8cd711010662d5f1d360 (patch) | |
tree | 506f28cff43ed7a16a040060a0e5103f3ca949c8 /Doc/tools | |
parent | de0b4f95cbfe1f868514029289597204074c05c8 (diff) | |
download | cpython-8e8ab75d97f51c2850eb8cd711010662d5f1d360.zip cpython-8e8ab75d97f51c2850eb8cd711010662d5f1d360.tar.gz cpython-8e8ab75d97f51c2850eb8cd711010662d5f1d360.tar.bz2 |
gh-101100: Fix Sphinx warnings in `whatsnew/2.1.rst` (#112357)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
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 18eac5f..5fbc24c 100644 --- a/Doc/tools/.nitignore +++ b/Doc/tools/.nitignore @@ -78,7 +78,6 @@ Doc/reference/compound_stmts.rst Doc/reference/datamodel.rst Doc/tutorial/datastructures.rst Doc/using/windows.rst -Doc/whatsnew/2.1.rst Doc/whatsnew/2.4.rst Doc/whatsnew/2.5.rst Doc/whatsnew/2.6.rst |