[3.12] gh-101100: Fix Sphinx warnings in Doc/using/configure.rst (GH-109931) by miss-islington · Pull Request #109937 · python/cpython
…onGH-109931) (cherry picked from commit 3538930) Co-authored-by: Victor Stinner <vstinner@python.org>
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, good bot.
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.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters