cpython icon indicating copy to clipboard operation
cpython copied to clipboard

Links to PEPs are not rendered correctly in "Python Module Index"

Open partev opened this issue 1 year ago • 1 comments

python's main documentation page https://docs.python.org/3.14/ links to Global module index

that index has two modules referring to PEPs which are not rendered correctly:

Screenshot 2024-10-23 23 55 11 Screenshot 2024-10-23 23 56 35

partev avatar Oct 24 '24 03:10 partev

Sphinx does not seem to process RST content beyond text inside :synopsis: node. cc @AA-Turner

We also have an issue with the inline content not being rendered for __main__:

The environment where top-level code is run. Covers command-line interfaces, import-time behavior, and ``__name__ == '__main__'``.

picnixz avatar Oct 24 '24 10:10 picnixz