You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running a check against README.rst, I got these errors:
warning: check: Cannot analyze code. No Pygments lexer found for "commandline". (line 87)
warning: check: Cannot analyze code. No Pygments lexer found for "pythonstub". (line 93)
I had previously ignored them, because they were just warnings.
However, according to this link, usage of non-builtin lexers will cause
the RST to not be recognised by PyPI.
https://github.com/twolfson/restructuredtext-lint/tree/0.14.2#pypi-issues
0 commit comments