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 xiang.zhang
Recipients xiang.zhang
Date 2016-09-21.07:27:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474442822.79.0.672659274249.issue28222@psf.upfronthosting.co.za>
In-reply-to
Content
The reason for this failure is lack of pygments. docutils seems to require pygments when parsing code block even in doc. But docutils doesn't treat pygments as a dependency and pip install it won't pull in pygments.
History
Date User Action Args
2016-09-21 07:27:02xiang.zhangsetrecipients: + xiang.zhang
2016-09-21 07:27:02xiang.zhangsetmessageid: <1474442822.79.0.672659274249.issue28222@psf.upfronthosting.co.za>
2016-09-21 07:27:02xiang.zhanglinkissue28222 messages
2016-09-21 07:27:02xiang.zhangcreate