Skip to content

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Jul 26, 2023

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 [email protected]
(cherry picked from commit b1de380)


📚 Documentation preview 📚: https://cpython-previews--107299.org.readthedocs.build/

…domain (python#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 <[email protected]>
(cherry picked from commit b1de380)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants