New submission from Chris Jerdonek <chris.jerdo...@gmail.com>:

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

----------
assignee: docs@python
components: Documentation
keywords: easy
messages: 164445
nosy: cjerdonek, docs@python
priority: normal
severity: normal
status: open
title: update PyPI upload doc to say --no-raw passed to rst2html.py
versions: Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15231>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to