mirror of
https://github.com/python/cpython.git
synced 2026-01-02 21:43:49 +00:00
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
|
||
|---|---|---|
| .. | ||
| extensions | ||
| static | ||
| templates | ||
| .nitignore | ||
| touch-clean-files.py | ||
| warnings-to-gh-actions.py | ||