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 chris.jerdonek
Recipients chris.jerdonek, docs@python
Date 2012-07-01.02:34:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341110073.6.0.573832115517.issue15231@psf.upfronthosting.co.za>
In-reply-to
Content
I had an issue whereby my reST long_description wasn't getting rendered as HTML when uploaded to PyPI.  Following the instructions here did not work as-is:

http://docs.python.org/dev/distutils/uploading.html#pypi-package-display

It seems that PyPI passes --no-raw (no HTML allowed) to rst2html.py, in which case the guidance would be better updated to read--

$ python setup.py --long-description | rst2html.py --no-raw > output.html
History
Date User Action Args
2012-07-01 02:34:33chris.jerdoneksetrecipients: + chris.jerdonek, docs@python
2012-07-01 02:34:33chris.jerdoneksetmessageid: <1341110073.6.0.573832115517.issue15231@psf.upfronthosting.co.za>
2012-07-01 02:34:32chris.jerdoneklinkissue15231 messages
2012-07-01 02:34:32chris.jerdonekcreate