Issue #15321: update PyPI upload doc to say --no-raw passed to rst2html.py

This commit is contained in:
Eli Bendersky 2012-08-02 02:56:39 +03:00
parent 4c1730db7c
commit f37c0c73fe
1 changed files with 5 additions and 1 deletions

View File

@ -73,4 +73,8 @@ check the ``long_description`` from the command line::
$ python setup.py --long-description | rst2html.py > output.html $ python setup.py --long-description | rst2html.py > output.html
:mod:`docutils` will display a warning if there's something wrong with your :mod:`docutils` will display a warning if there's something wrong with your
syntax. syntax. Because PyPI applies additional checks (e.g. by passing ``--no-raw``
to ``rst2html.py`` in the command above), being able to run the command above
without warnings does not guarantee that PyPI will convert the content
successfully.