◐ Shell
reader mode source ↗
Skip to content

Fix Sphinx warnings on unknown targets#107164

Closed
vstinner wants to merge 1 commit into
python:mainfrom
vstinner:fix_doc_id
Closed

Fix Sphinx warnings on unknown targets#107164
vstinner wants to merge 1 commit into
python:mainfrom
vstinner:fix_doc_id

Conversation

@vstinner

@vstinner vstinner commented Jul 23, 2023

Copy link
Copy Markdown
Member

Fix warnings like:

  • py:data reference target not found: Py_Version
  • c:func reference target not found: malloc

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

Fix warnings like:

* py:data reference target not found: Py_Version
* c:func reference target not found: malloc
@erlend-aasland

Copy link
Copy Markdown
Contributor

See also gh-107063

@erlend-aasland

Copy link
Copy Markdown
Contributor

... and gh-107062

@vstinner

Copy link
Copy Markdown
Member Author

Docs / Docs job failed with:

Warning: c:identifier reference target not found: va_list
Warning: c:identifier reference target not found: va_list
Warning: c:identifier reference target not found: va_list

@erlend-aasland

Copy link
Copy Markdown
Contributor

Docs / Docs job failed with:

Warning: c:identifier reference target not found: va_list
Warning: c:identifier reference target not found: va_list
Warning: c:identifier reference target not found: va_list

No, you misread the CI information. This is what you need to fix ;)

Congratulations! You improved:

Doc/c-api/apiabiversion.rst

Please remove from Doc/tools/.nitignore

@vstinner

Copy link
Copy Markdown
Member Author

I reworked this change into a serie of changes: I created issue #107298. I abandon this PR.

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.

3 participants