We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c1730d commit f37c0c7Copy full SHA for f37c0c7
1 file changed
Doc/distutils/uploading.rst
@@ -73,4 +73,8 @@ check the ``long_description`` from the command line::
73
$ python setup.py --long-description | rst2html.py > output.html
74
75
:mod:`docutils` will display a warning if there's something wrong with your
76
-syntax.
+syntax. Because PyPI applies additional checks (e.g. by passing ``--no-raw``
77
+to ``rst2html.py`` in the command above), being able to run the command above
78
+without warnings does not guarantee that PyPI will convert the content
79
+successfully.
80
+
0 commit comments