Hi Sphinx devs, first off, I am loving Sphinx. Thanks a million! I think I found a bug/typo in the sphix docs for the doctest module:
file: http://sphinx.pocoo.org/ext/doctest.html In the example for ..doctest:: Also, you can give inline doctest options, like in doctest: >>> datetime.date.now() # doctest: +SKIP datetime.date(2008, 1, 1) I believe the comment should read # :doctest: +SKIP As I get a traceback without that starting colon. Thanks! Iain Duncan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
