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 sandro.tosi
Recipients docs@python, eric.araujo, ezio.melotti, georg.brandl, sandro.tosi, terry.reedy
Date 2012-05-20.18:45:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337539519.8.0.365335512214.issue14865@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Terry,
the same problem recently came up on docs@ and digging into it, it turned out that sphinx is currently ignoring doctest directives[1], but that it was fixed in sphinx 1.1[2].

[1] https://bitbucket.org/birkenfeld/sphinx/issue/169/strip-doctest-csomments-in-rendered-output
[2] https://bitbucket.org/birkenfeld/sphinx/changeset/d91bf8e465ef

It's likely the bug is visible on the active branches because recently they were updated to use the same sphinx version.

We can probably plan to update the sphinx we use for the doc - what do you think about it?
History
Date User Action Args
2012-05-20 18:45:19sandro.tosisetrecipients: + sandro.tosi, georg.brandl, terry.reedy, ezio.melotti, eric.araujo, docs@python
2012-05-20 18:45:19sandro.tosisetmessageid: <1337539519.8.0.365335512214.issue14865@psf.upfronthosting.co.za>
2012-05-20 18:45:19sandro.tosilinkissue14865 messages
2012-05-20 18:45:19sandro.tosicreate