]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-106948: Update documentation nitpick_ignore for c:identifer domain (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 26 Jul 2023 16:16:04 +0000 (09:16 -0700)
committerGitHub <noreply@github.com>
Wed, 26 Jul 2023 16:16:04 +0000 (18:16 +0200)
commit0d2e1317bd4d13c1652a08c3ad8199c03387f73b
tree90f9d0b470f020a8066a18d687c2b10bdd846f38
parentd2355426d688eb9c84b3db15bbae21921858afbf
[3.12] gh-106948: Update documentation nitpick_ignore for c:identifer domain (GH-107295) (#107297)

gh-106948: Update documentation nitpick_ignore for c:identifer domain (GH-107295)

Update the nitpick_ignore of the documentation configuration to fix
Sphinx warnings about standard C types when declaring functions with
the "c:function" markups.

Copy standard C types declared in the "c:type" domain to the
"c:identifier" domain, since "c:function" markup looks for types in
the "c:identifier" domain.

(cherry picked from commit b1de3807b832b72dfeb66dd5646159d08d2cc74a)

Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Doc/conf.py
Doc/tools/.nitignore