diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2023-08-30 11:37:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-30 11:37:45 (GMT) |
commit | c7cef546319c51defa01236469b636b6978b99ab (patch) | |
tree | 65a85e88780c8147edf7c641e6ceb4b082b50e47 /Doc/tools | |
parent | 38ab0dba801884b0963ef0daa95e94e120a2b524 (diff) | |
download | cpython-c7cef546319c51defa01236469b636b6978b99ab.zip cpython-c7cef546319c51defa01236469b636b6978b99ab.tar.gz cpython-c7cef546319c51defa01236469b636b6978b99ab.tar.bz2 |
gh-101100: Fix Sphinx warnings in the Logging Cookbook (#108678)
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 953d10b..4c131b0 100644 --- a/Doc/tools/.nitignore +++ b/Doc/tools/.nitignore @@ -26,7 +26,6 @@ Doc/glossary.rst Doc/howto/descriptor.rst Doc/howto/enum.rst Doc/howto/isolating-extensions.rst -Doc/howto/logging-cookbook.rst Doc/howto/logging.rst Doc/howto/urllib2.rst Doc/library/__future__.rst |