diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-08-30 13:21:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-30 13:21:58 (GMT) |
commit | 420db1027b7f8f1ff13bb62cc0579596e7116fd5 (patch) | |
tree | 737292d2ce7b3db9c676d6d9cf73b6427add01ef /Doc/tools | |
parent | 2e60d58fff9f7d2212adf9a435d334a85ca74806 (diff) | |
download | cpython-420db1027b7f8f1ff13bb62cc0579596e7116fd5.zip cpython-420db1027b7f8f1ff13bb62cc0579596e7116fd5.tar.gz cpython-420db1027b7f8f1ff13bb62cc0579596e7116fd5.tar.bz2 |
[3.12] gh-101100: Fix Sphinx warnings in the Logging Cookbook (GH-108678) (#108680)
gh-101100: Fix Sphinx warnings in the Logging Cookbook (GH-108678)
(cherry picked from commit c7cef546319c51defa01236469b636b6978b99ab)
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 13fc069..1ae878d 100644 --- a/Doc/tools/.nitignore +++ b/Doc/tools/.nitignore @@ -28,7 +28,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/2to3.rst |