-
Notifications
You must be signed in to change notification settings - Fork 1k
rst rendering #3058
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
Comments
Hello, $ python setup.py check --restructuredtext
running check
warning: Check: :55: (WARNING/2) Inline literal start-string without end-string.
warning: Check: Invalid markup which will not be rendered on PyPI. Replacing ``` with ~~~ lines 55 and 62 of your readme fixes the issue. -- Louis |
I cloned the repository, and ran But you are right: I was wrong. I was not looking at the right file, and I confirm that Sorry for the noise, |
I was able to reproduce this if I uploaded only the wheel as the first file of the release. If I upload the source distribution, the description renders correctly. This is interesting, and might be the cause of #2718 (and possibly #2582). @Alexis-benoist, could you let us know what versions of Also are you uploading with |
Can I do a me too? The rst rendered on pypi.org seems to have mangled my gif img. https://pypi.org/project/bowtie/#description The old pypi renders it fine. https://pypi.python.org/pypi/bowtie/ I honestly can't figure out where this url
would have come from. |
Here are my dependencies: autopep8==1.3.4
bleach==2.1.2
certifi==2018.1.18
chardet==3.0.4
configparser==3.5.0
coverage==3.7.1
docutils==0.14
enum34==1.1.6
ERAlchemy==1.0.16
flake8==3.5.0
Flask==0.10.1
Flask-SQLAlchemy==2.1
html5lib==1.0.1
idna==2.6
itsdangerous==0.24
Jinja2==2.8
MarkupSafe==0.23
mccabe==0.6.1
pkginfo==1.4.1
pluggy==0.3.1
psycopg2==2.6.1
py==1.4.31
pycodestyle==2.3.1
pyflakes==1.6.0
Pygments==2.2.0
pygraphviz==1.3.1
pytest==2.9.1
readme-renderer==17.2
requests==2.18.4
requests-toolbelt==0.8.0
restview==2.8.1
six==1.11.0
SQLAlchemy==1.0.12
tox==2.3.1
tqdm==4.19.5
twine==1.9.1
urllib3==1.22
virtualenv==15.0.1
webencodings==0.5.1
Werkzeug==0.11.5
wheel==0.24.0 I use twine to upload the files as described here |
@Alexis-benoist Your |
I upgraded wheel and it works. Thanks! |
Hello,
I'm updating my package and the rst works normally with restview.
The issue is that the rst is valid but isn't rendered. I checked using restview.
I think it's related to the new API because I released a version with a title only readme in 1.2.2 (and on warehouse) which also does not render.
What do you guys think?
The text was updated successfully, but these errors were encountered: