-
Notifications
You must be signed in to change notification settings - Fork 19
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
Removes line break in README.rst #35
Conversation
Codecov Report
@@ Coverage Diff @@
## master #35 +/- ##
=======================================
Coverage 96.59% 96.59%
=======================================
Files 6 6
Lines 176 176
=======================================
Hits 170 170
Misses 6 6 Continue to review full report at Codecov.
|
tl;dr: Further changes were needed in More details Checking dist/PennyLane_SF-0.9.0-py3-none-any.whl: FAILED
`long_description` has syntax errors in markup and would not be rendered on PyPI.
line 75: Error: Unknown directive type "highlight".
.. highlight:: bash
warning: `long_description_content_type` missing. defaulting to `text/x-rst`.
Checking dist/PennyLane-SF-0.9.0.tar.gz: FAILED
`long_description` has syntax errors in markup and would not be rendered on PyPI.
line 75: Error: Unknown directive type "highlight".
.. highlight:: bash
warning: `long_description_content_type` missing. defaulting to `text/x-rst`. Solution: remove line with highlight Checking dist/PennyLane_SF-0.9.0-py3-none-any.whl: FAILED
`long_description` has syntax errors in markup and would not be rendered on PyPI.
line 2: Warning: Duplicate explicit target name: "pennylane".
warning: `long_description_content_type` missing. defaulting to `text/x-rst`.
Checking dist/PennyLane-SF-0.9.0.tar.gz: FAILED
`long_description` has syntax errors in markup and would not be rendered on PyPI.
line 2: Warning: Duplicate explicit target name: "pennylane".
warning: `long_description_content_type` missing. defaulting to `text/x-rst`. Solution: use double underscores as suggested here sphinx-doc/sphinx#3921 (comment) Checking dist/PennyLane_SF-0.9.0-py3-none-any.whl: FAILED
`long_description` has syntax errors in markup and would not be rendered on PyPI.
line 107: Error: Unknown interpreted text role "file".
warning: `long_description_content_type` missing. defaulting to `text/x-rst`. Solution: make Checking dist/PennyLane_SF-0.9.0-py3-none-any.whl: FAILED
`long_description` has syntax errors in markup and would not be rendered on PyPI.
line : Error: Anonymous hyperlink mismatch: 1 references but 0 targets.
See "backrefs" attribute for IDs.
warning: `long_description_content_type` missing. defaulting to `text/x-rst`.
Checking dist/PennyLane_SF-0.9.0-py3-none-any.whl: FAILED
`long_description` has syntax errors in markup and would not be rendered on PyPI.
line : Error: Anonymous hyperlink mismatch: 1 references but 0 targets.
See "backrefs" attribute for IDs.
warning: `long_description_content_type` missing. defaulting to `text/x-rst`. Checking dist/PennyLane_SF-0.9.0-py3-none-any.whl: FAILED
`long_description` has syntax errors in markup and would not be rendered on PyPI.
line 42: Error: Unknown target name: "https://pennylane-sf.readthedocs.io/en/latest/".
warning: `long_description_content_type` missing. defaulting to `text/x-rst`.
Checking dist/PennyLane_SF-0.9.0-py3-none-any.whl: PASSED, with warnings
warning: `long_description_content_type` missing. defaulting to `text/x-rst`. Slution: naming the hyperlink |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Antal, it looks like PyPI has become a lot stricter since the last time we released this plugin!
sure, thanks for the re-review! 😊 was also wondering too, turned out we had changes to |
README.rst
such that it will render on PyPi