diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-08-20 13:50:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-20 13:50:29 (GMT) |
commit | ff125c4bd8694808892475ad6b63821fb7ea4338 (patch) | |
tree | 458c0e0d5231725f26847ac23f5a7cf1efc67283 /Doc/tools | |
parent | 590bc6a226f6425970197ff5c3a57beeaa99cdca (diff) | |
download | cpython-ff125c4bd8694808892475ad6b63821fb7ea4338.zip cpython-ff125c4bd8694808892475ad6b63821fb7ea4338.tar.gz cpython-ff125c4bd8694808892475ad6b63821fb7ea4338.tar.bz2 |
[3.12] Docs: Fix Sphinx warnings in license.rst (GH-108142) (#108167)
Docs: Fix Sphinx warnings in license.rst (GH-108142)
- Fix links to stdlib modules
- Silence links to external functions
(cherry picked from commit 4d4393139fae39db26dead33529b6ae0bafbfc58)
Co-authored-by: Erlend E. Aasland <erlend@python.org>
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 88ac905..d55b611 100644 --- a/Doc/tools/.nitignore +++ b/Doc/tools/.nitignore @@ -176,7 +176,6 @@ Doc/library/xml.sax.rst Doc/library/xmlrpc.client.rst Doc/library/xmlrpc.server.rst Doc/library/zlib.rst -Doc/license.rst Doc/reference/compound_stmts.rst Doc/reference/datamodel.rst Doc/reference/expressions.rst |