Lint successful, but PyPI rendering failed
See original GitHub issueI installed rst-lint to verify my readme file after successive failures to render it successfully in PyPI. rst-lint
said my file was clean, however, when I uploaded it to PyPI, it did not render the file again.
In order to make a clean .rst
file, I had to install a few packages in my computer, like bibtex-pygments-lexer
, so that Pygments could recognize and pygmentize BibTeX snippets. In short, I believe rst-lint
is not exactly a linter that validates rst files for PyPI, like its README file says. It just validates rst files generally. PyPI still has its own cryptic way to render rst files.
Issue Analytics
- State:
- Created 8 years ago
- Comments:14 (8 by maintainers)
Top Results From Across the Web
yamlfixer-opt-nc - PyPI
yamlfixer launches yamllint on each specified filename, then parses its output and tries to fix the reported problems. The special filename - means...
Read more >What is the meaning of "Failed building wheel for X" in pip ...
When pip doesn't find a wheel for the requirement, it downloads the source dist and tries to build a wheel from it locally....
Read more >Could not locate command pip - Puppet Cookbook
Explanation. You are trying to manage Python packages from PyPi via the pip provider but you are receiving messages like these: Error ......
Read more >Changelog — Python 3.11.1 documentation
Python next: Release date: XXXX-XX-XX Core and Builtins: gh-100374: ... coroutine to complete successfully, but fail to return the result, ...
Read more >Continuous Integration With Python: An Introduction
A failing test automatically causes the build to fail. It will draw your attention to the problems revealed by testing, and the failed...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Free/libre software, more precisely, I would suppose. 🤓
I’m glad we could further advance the cause of open source.