On 18.06.2012 19:47, Sebastian Wiesner wrote: > Hello, > > the long description of sphinxcontrib-issuetracker [1] is not properly > rendered into HTML, though it is syntactically correct ReST, "python > setup.py --long-description | rst2html > /dev/null" doesn't show > warnings or errors. > > Any ideas?
The PyPI rendering has restrictions as to what you can do in the ReST, see https://bitbucket.org/loewis/pypi/src/0bcc875f5130/description_utils.py Most likely, it fails some of the restrictions. Regards, Martin _______________________________________________ Catalog-SIG mailing list [email protected] http://mail.python.org/mailman/listinfo/catalog-sig
