Skip to content

Description not rendering properly #2581

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
clenk opened this issue Nov 14, 2017 · 1 comment
Closed

Description not rendering properly #2581

clenk opened this issue Nov 14, 2017 · 1 comment

Comments

@clenk
Copy link

clenk commented Nov 14, 2017

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?

Link to the readme file: https://github.com/oasis-open/cti-python-stix2/blob/master/README.rst

cc: @gtback

@di
Copy link
Member

di commented Nov 14, 2017

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.

I ran curl -XPURGE https://pypi.org/project/stix2/ and https://pypi.org/project/stix2/ now renders correctly.

I also created #2582 to capture the underlying issue.

@di di closed this as completed Nov 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants