Skip to content

[3.12] gh-101100: Fix Sphinx warnings in Doc/using/configure.rst (GH-109931) #109937

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

Merged
merged 2 commits into from
Sep 28, 2023

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Sep 27, 2023

(cherry picked from commit 3538930)

Co-authored-by: Victor Stinner [email protected]


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

Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, good bot.

@erlend-aasland
Copy link
Contributor

This breaks the Docs CI:

Error: must not contain warnings:

Doc/using/configure.rst
  772: c:macro reference target not found: PyAPI_FUNC()
  772: c:macro reference target not found: PyAPI_DATA()
  772: c:macro reference target not found: PyMODINIT_FUNC
Error: Process completed with exit code 255.

@vstinner
Copy link
Member

This breaks the Docs CI:
772: c:macro reference target not found: PyAPI_FUNC()
772: c:macro reference target not found: PyAPI_DATA()
772: c:macro reference target not found: PyMODINIT_FUNC

Oh, I forgot to backport other Sphinx warnings fixed: PR #109236. I just created PR #109947 for Python 3.12: it should be merged before this PR.

@erlend-aasland
Copy link
Contributor

Great, thanks!

@Yhg1s Yhg1s merged commit 60046a7 into python:3.12 Sep 28, 2023
@miss-islington miss-islington deleted the backport-3538930-3.12 branch September 28, 2023 15:17
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.

4 participants