◐ Shell
clean mode source ↗

[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>

vstinner

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

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

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