[issue15629] Run doctests in Doc/*.rst as part of regrtest

Georg Brandl report at bugs.python.org
Sun Aug 12 17:05:17 CEST 2012


Georg Brandl added the comment:

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.

----------
nosy: +georg.brandl

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15629>
_______________________________________


More information about the Python-bugs-list mailing list