Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.11] gh-106948: Update documentation nitpick_ignore for c:identifer domain (#107295) #107299

Merged
merged 1 commit into from
Jul 26, 2023

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 storchaka@gmail.com
(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 <storchaka@gmail.com>
(cherry picked from commit b1de380)
@vstinner vstinner enabled auto-merge (squash) July 26, 2023 16:21
@vstinner vstinner merged commit bd0def0 into python:3.11 Jul 26, 2023
17 checks passed
@vstinner vstinner deleted the doc_nitpick_ignore_ids311 branch July 26, 2023 17:19
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