diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2023-09-26 07:46:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-26 07:46:09 (GMT) |
commit | 7c61a361fc2e93375e22849fffbc20b60e94dbde (patch) | |
tree | 56dc0a94547cd97f232e8fe5de8d61032cb77d45 /Doc/tools | |
parent | 0b4e090422db5f959184353d53552d1675f74212 (diff) | |
download | cpython-7c61a361fc2e93375e22849fffbc20b60e94dbde.zip cpython-7c61a361fc2e93375e22849fffbc20b60e94dbde.tar.gz cpython-7c61a361fc2e93375e22849fffbc20b60e94dbde.tar.bz2 |
gh-101100: Fix Sphinx warnings in `Doc/library/weakref.rst` (#109881)
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 4188edc..f260a57 100644 --- a/Doc/tools/.nitignore +++ b/Doc/tools/.nitignore @@ -133,7 +133,6 @@ Doc/library/unittest.mock.rst Doc/library/unittest.rst Doc/library/urllib.parse.rst Doc/library/urllib.request.rst -Doc/library/weakref.rst Doc/library/wsgiref.rst Doc/library/xml.dom.minidom.rst Doc/library/xml.dom.pulldom.rst |