-
Notifications
You must be signed in to change notification settings - Fork 189
PyPI page shows raw ReST source #84
Comments
Another thing to try is |
A possible debugging strategy would be to edit the long_description field through PyPI's web interface, removing bits, until you can isolate the one that breaks things. |
I'll check it out - thanks for the report and the tips, everyone! |
Some ideas from #pypa on irc.freenode.net:
|
I checked the current master branch against |
There have been several updates on PyPI recently to fix formatting issues found by users. The changes have been deployed to both testpypi and pypi itself. You should be able to close this now if it works on testpypi. |
Solved as of version 0.4.1 |
https://pypi.python.org/pypi/pep257 looks like this:
Typically this happens when PyPI encounters a ReStructuredText syntax error or a feature that is explicitly disabled for PyPI (like non-absolute URLs in links).
Usually I use restview's
--pypi-strict
mode to discover the source of the error, but here restview doesn't complain, so I"m baffled.The text was updated successfully, but these errors were encountered: