summaryrefslogtreecommitdiff
path: root/Doc/library
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2019-09-12 13:23:53 +0200
committerGregory P. Smith <greg@krypto.org>2019-09-12 12:23:53 +0100
commit2c910c1e732c9a3ec4c67a7c43d789d6c729304a (patch)
tree43849add2eb640fb407a83fbeb672b05044e9dfb /Doc/library
parent894d0f7d5542ee04556ec1bee8c58506f7c916d4 (diff)
downloadcpython-git-2c910c1e732c9a3ec4c67a7c43d789d6c729304a.tar.gz
bpo-36675: Remove obsolete code. (GH-16024)
Does no longer work since Sphinx moved the trim_doctest_flag option in the configuration.
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/doctest.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/doctest.rst b/Doc/library/doctest.rst
index e7c0033eb6..7fc471fe2a 100644
--- a/Doc/library/doctest.rst
+++ b/Doc/library/doctest.rst
@@ -1,5 +1,3 @@
-:keepdoctest:
-
:mod:`doctest` --- Test interactive Python examples
===================================================