Skip to content
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

Fix PyPI rst #182

Closed
creisle opened this issue Apr 8, 2019 · 1 comment
Closed

Fix PyPI rst #182

creisle opened this issue Apr 8, 2019 · 1 comment
Assignees
Milestone

Comments

@creisle
Copy link
Member

creisle commented Apr 8, 2019

MAVIS version: 2.2.2

Python version: 3.7

OS: centos07

Docs are not rendered properly on PyPi https://pypi.org/project/mavis/

Looks like there's a way for us to debug this using twine

twine check dist/*
Checking distribution dist/mavis-2.2.2-py2.py3-none-any.whl: warning: `long_description_content_type` missing.  defaulting to `text/x-rst`.
Failed
The project's long_description has invalid markup which will not be rendered on PyPI. The following syntax errors were detected:
line 24: Warning: raw (and derived) roles disabled
Checking distribution dist/mavis-2.2.2-py3.7.egg: warning: `long_description_content_type` missing.  defaulting to `text/x-rst`.
Failed
The project's long_description has invalid markup which will not be rendered on PyPI. The following syntax errors were detected:
line 24: Warning: raw (and derived) roles disabled
line 24: Warning: raw (and derived) roles disabled
Checking distribution dist/mavis-2.2.2.tar.gz: warning: `long_description_content_type` missing.  defaulting to `text/x-rst`.
Failed
The project's long_description has invalid markup which will not be rendered on PyPI. The following syntax errors were detected:
line 24: Warning: raw (and derived) roles disabled
line 24: Warning: raw (and derived) roles disabled
line 24: Warning: raw (and derived) roles disabled
@creisle creisle added this to the 2.2.3 milestone Apr 8, 2019
This was referenced Apr 8, 2019
@calchoo
Copy link
Collaborator

calchoo commented Apr 8, 2019

Fixed

twine check dist/*
Checking distribution dist/mavis-2.2.3-py2.py3-none-any.whl: Passed
Checking distribution dist/mavis-2.2.3-py3.6.egg: Passed
Checking distribution dist/mavis-2.2.3.tar.gz: Passed

@calchoo calchoo closed this as completed Apr 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants