reStructuredText: README.rst not parsing on PyPI
I have a Python project that is hosted on both Github and PyPI. On Github: https://github.com/sloria/TextBlob/blob/master/README.rst On PyPi: https://pypi.python.org/pypi/textblob My README.rst doesn't seem to be formatting correctly on PyPI, but it looks fine on Github. I have already read this , but I don't have any in-page links, so that's not the problem. You are using a newer text role, :code: . PyPI appears to only support docutils 0.8, with code and code-block added to the PyPI parser directly, which means that :code: is not supported. GitHub uses a newer version of docutils (0.9 or 0