Releases: sphinx-contrib/sphinx-lint
Releases · sphinx-contrib/sphinx-lint
v0.6.7
- FIX: Some messages were badly describing the situation.
- NEW: Sphinx-lint is not able to find errors in directives containing reStructuredText, like admonitions.
v0.6.6
NEW
- Can detect missing backtick at the begin of hyperlink references.
- Can detect missing spaces before default roles.
- Can detect unbalanced double backticks like in
hello ``world`` how ``are you?
FIXED
- Some false positives in the role-with-double-backticks detector.
- Detects default-roles that were previously missed.
v0.6.1
FIX: Line numbering in error messages.
Reported by @hugovk, fixed by @ezio-melotti, thanks!
v0.6
Enhanced line-too-long checker and added a --max-line-length option.
v0.5
New: --enable and --disable allows for a precise control of which checker is enabled.
v0.4.1
Fix: Errors were not printed when used in github actions.
v0.4
- Fix multiple false positives.
- Performance enhancements (from 6.3s to 0.9s to check cpython doc on my laptop)
v0.3
- Fixed many false positives
- Allow default-role by default
- Implement two new checks
v0.2
Releasing v0.2