[docs] [issue15231] update PyPI upload doc to say --no-raw passed to rst2html.py

Chris Jerdonek report at bugs.python.org
Sun Jul 1 04:34:33 CEST 2012


New submission from Chris Jerdonek <chris.jerdonek at 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 at python
components: Documentation
keywords: easy
messages: 164445
nosy: cjerdonek, docs at 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 <report at bugs.python.org>
<http://bugs.python.org/issue15231>
_______________________________________


More information about the docs mailing list