This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Tim.Hatch
Recipients Tim.Hatch, docs@python
Date 2021-03-31.05:31:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617168708.15.0.0628240300897.issue43676@roundup.psfhosted.org>
In-reply-to
Content
The doctest docs try to explain directives like ELLIPSIS but those directives are absent from the rendered html.

Where?

Most of the code blocks in the Directives section, and https://docs.python.org/3/library/doctest.html#directives and the one introduced by "nice approach" subsequently are missing their directive comments.

The docs today say they go with Python 3.9.2 generated by Sphinx 2.4.4.  I haven't tried generating them manually, but it appears the `pycon` lexer for Pygments handles these fine, so I assume it's a problem in reST.
History
Date User Action Args
2021-03-31 05:31:48Tim.Hatchsetrecipients: + Tim.Hatch, docs@python
2021-03-31 05:31:48Tim.Hatchsetmessageid: <1617168708.15.0.0628240300897.issue43676@roundup.psfhosted.org>
2021-03-31 05:31:48Tim.Hatchlinkissue43676 messages
2021-03-31 05:31:47Tim.Hatchcreate