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 Marc.Abramowitz
Recipients Marc.Abramowitz, dstufft, eric.araujo
Date 2014-12-16.08:14:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418717645.73.0.267252472725.issue23063@psf.upfronthosting.co.za>
In-reply-to
Content
Note that this patch does 2 things:

1. Improves the error message
2. Prevents check from failing when there are code-blocks

If I only did #1 and not #2, then output looks like this:

$ python setup.py check --restructuredtext --strict --metadata && echo "RST was OK."
running check
warning: check: Could not finish the parsing: 'Values' object has no attribute 'syntax_highlight'.

error: Please correct your package.
History
Date User Action Args
2014-12-16 08:14:05Marc.Abramowitzsetrecipients: + Marc.Abramowitz, eric.araujo, dstufft
2014-12-16 08:14:05Marc.Abramowitzsetmessageid: <1418717645.73.0.267252472725.issue23063@psf.upfronthosting.co.za>
2014-12-16 08:14:05Marc.Abramowitzlinkissue23063 messages
2014-12-16 08:14:05Marc.Abramowitzcreate