question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Lint successful, but PyPI rendering failed

See original GitHub issue

I 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:closed
  • Created 8 years ago
  • Comments:14 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
bittnercommented, Nov 20, 2017

the cause of open source

Free/libre software, more precisely, I would suppose. 🤓

1reaction
douglasrizzocommented, Feb 25, 2016

I’m glad we could further advance the cause of open source.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found