You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a project with a README.rst that renders properly at https://pypi.python.org/pypi/stix2 but not at https://pypi.org/project/stix2/ - the RST doesn't seem to be parsed. If I import readme_renderer and call render() on the .rst content, the output contains all the HTML tags I expected it to. Any idea why it's not rendering properly with warehouse?
Hi @clenk, thanks for reporting this. The issue seems to be that your README was broken in a previous release, and the cache for this page did not get purged when the release is made.
Uh oh!
There was an error while loading. Please reload this page.
I have a project with a README.rst that renders properly at https://pypi.python.org/pypi/stix2 but not at https://pypi.org/project/stix2/ - the RST doesn't seem to be parsed. If I import
readme_renderer
and callrender()
on the .rst content, the output contains all the HTML tags I expected it to. Any idea why it's not rendering properly with warehouse?Link to the readme file: https://github.com/oasis-open/cti-python-stix2/blob/master/README.rst
cc: @gtback
The text was updated successfully, but these errors were encountered: