]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Doctest cleanups (GH-95436)
authorZachary Ware <zach@python.org>
Sat, 30 Jul 2022 22:21:08 +0000 (17:21 -0500)
committerGitHub <noreply@github.com>
Sat, 30 Jul 2022 22:21:08 +0000 (17:21 -0500)
commit82814624bf4049e4692a85d7973e62e469e6e5f5
treeca62e01c813d3cfcda287dca6f95476e92101319
parent9ec6abf6dc6ab622efda83a28d83d25ba129bbe2
Doctest cleanups (GH-95436)

* GHA: Don't hide doctest output

* Enable doctests in math.rst

* Squash warnings in nntplib.rst doctests

* Squash warning in turtle.rst doctest

* Squash warnings in whatsnew/3.2.rst doctests

* Treat warnings as errors in Doc/ doctests
.github/workflows/doc.yml
Doc/conf.py
Doc/library/math.rst
Doc/library/nntplib.rst
Doc/library/turtle.rst
Doc/whatsnew/3.2.rst