diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-07-23 21:13:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-23 21:13:23 (GMT) |
commit | 40a337fbaa820feb3198d55d8b4f389360e0b2b8 (patch) | |
tree | 9fc1b67f59e90d05879bad0fea7f280266a273d5 /Doc/tools | |
parent | e02ddb33ce4b576e83170dd773e003a2936c7821 (diff) | |
download | cpython-40a337fbaa820feb3198d55d8b4f389360e0b2b8.zip cpython-40a337fbaa820feb3198d55d8b4f389360e0b2b8.tar.gz cpython-40a337fbaa820feb3198d55d8b4f389360e0b2b8.tar.bz2 |
[3.12] gh-106948: Docs: Disable links for C standard library functions, OS utility functions and system calls (GH-107062) (#107154)
(cherry picked from commit b447e19e720e6781025432a40eb72b1cc93ac944)
Co-authored-by: Erlend E. Aasland <erlend@python.org>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.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 f333495..b6adbcb 100644 --- a/Doc/tools/.nitignore +++ b/Doc/tools/.nitignore @@ -59,7 +59,6 @@ Doc/glossary.rst Doc/howto/curses.rst Doc/howto/descriptor.rst Doc/howto/enum.rst -Doc/howto/instrumentation.rst Doc/howto/isolating-extensions.rst Doc/howto/logging-cookbook.rst Doc/howto/logging.rst |