mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
gh-106948: Update documentation nitpick_ignore for c:identifer domain (#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. Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This commit is contained in:
parent
da8f87b7ea
commit
b1de3807b8
2 changed files with 9 additions and 3 deletions
|
|
@ -8,7 +8,6 @@ Doc/c-api/arg.rst
|
|||
Doc/c-api/bool.rst
|
||||
Doc/c-api/buffer.rst
|
||||
Doc/c-api/bytes.rst
|
||||
Doc/c-api/call.rst
|
||||
Doc/c-api/capsule.rst
|
||||
Doc/c-api/cell.rst
|
||||
Doc/c-api/code.rst
|
||||
|
|
@ -26,8 +25,6 @@ Doc/c-api/init.rst
|
|||
Doc/c-api/init_config.rst
|
||||
Doc/c-api/intro.rst
|
||||
Doc/c-api/iterator.rst
|
||||
Doc/c-api/long.rst
|
||||
Doc/c-api/marshal.rst
|
||||
Doc/c-api/memory.rst
|
||||
Doc/c-api/memoryview.rst
|
||||
Doc/c-api/module.rst
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue