summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2012-07-24 16:51:06 (GMT)
committerEli Bendersky <eliben@gmail.com>2012-07-24 16:51:06 (GMT)
commitc43c55865821f0b23d6d3b820788cc6b14010335 (patch)
treed2706cc76d315cf38893501bfa5f3733aa54dbcc
parente431ed23544214a336a556dfa8e080e26d445fd5 (diff)
downloadcpython-c43c55865821f0b23d6d3b820788cc6b14010335.zip
cpython-c43c55865821f0b23d6d3b820788cc6b14010335.tar.gz
cpython-c43c55865821f0b23d6d3b820788cc6b14010335.tar.bz2
Issue #15321: update PyPI upload doc to say --no-raw passed to rst2html.py. Patch by Chris Jerdonek
-rw-r--r--Doc/distutils/uploading.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/distutils/uploading.rst b/Doc/distutils/uploading.rst
index 1b3cb58..dc1025f 100644
--- a/Doc/distutils/uploading.rst
+++ b/Doc/distutils/uploading.rst
@@ -73,4 +73,6 @@ 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), running the command above without
+warnings is not sufficient for PyPI to convert the content successfully.