Closed ericwb closed 10 months ago
Note: I ran rstcheck README.rst
before and after these changes to validate the fix.
Before:
README.rst:115: (ERROR/3) Unexpected indentation.
README.rst:113: (WARNING/2) Inline literal start-string without end-string.
README.rst:113: (WARNING/2) Inline interpreted text or phrase reference start-string without end-string.
README.rst:117: (WARNING/2) Block quote ends without a blank line; unexpected unindent.
README.rst:117: (WARNING/2) Inline literal start-string without end-string.
README.rst:117: (WARNING/2) Inline interpreted text or phrase reference start-string without end-string.
Error! Issues detected.
After:
Success! No issues detected.
A recent change to the README has code blocks in markdown format. Since our README is actually reStructuredText format, this causes syntax errors.
It's even bigger of a problem when an attempt to publish the package with the README serving as the PyPI description. The syntax errors prevents package publishing.
Fixes #1102