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 georg.brandl
Recipients chris.jerdonek, docs@python, ezio.melotti, georg.brandl, sbt
Date 2012-08-12.15:05:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344783917.06.0.509652908849.issue15629@psf.upfronthosting.co.za>
In-reply-to
Content
One possibility to avoid tons and tons of failures that have to be fixed is to convert working doctests to the explicit syntax

.. doctest::

   blah

and set doctest_test_doctest_blocks to False in the Sphinx conf.py.
History
Date User Action Args
2012-08-12 15:05:17georg.brandlsetrecipients: + georg.brandl, ezio.melotti, chris.jerdonek, docs@python, sbt
2012-08-12 15:05:17georg.brandlsetmessageid: <1344783917.06.0.509652908849.issue15629@psf.upfronthosting.co.za>
2012-08-12 15:05:16georg.brandllinkissue15629 messages
2012-08-12 15:05:16georg.brandlcreate