]> granicus.if.org Git - python/commitdiff
Issue #15321: update PyPI upload doc to say --no-raw passed to rst2html.py
authorEli Bendersky <eliben@gmail.com>
Wed, 1 Aug 2012 23:56:39 +0000 (02:56 +0300)
committerEli Bendersky <eliben@gmail.com>
Wed, 1 Aug 2012 23:56:39 +0000 (02:56 +0300)
Doc/distutils/uploading.rst

index 1b3cb589ecc6b5a5c884ef2f37a8adc92ff8cba0..bfb392e3b68d4efcda44fcbd4fbdd3ad94a2e09d 100644 (file)
@@ -73,4 +73,8 @@ check the ``long_description`` from the command line::
     $ python setup.py --long-description | rst2html.py > output.html
 
 :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.
+