#sphinxlint — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #sphinxlint, aggregated by home.social.
-
🚀🖊️ Just released: Sphinx Lint 1.0.0
You can add it to your pre-commit to help find nits in your reStructuredText docs.
https://pypi.org/project/sphinx-lint/
https://github.com/sphinx-contrib/sphinx-lint/releases/tag/v1.0.0
#Python #docs #SphinxLint #Sphinx #lint #reStructuredText #reST #rst #precommit
-
@itamarst There's some juicy low-hanging fruit out there. This week, @AlexWaygood made Sphinx Lint 5.5 times faster!
Mostly via precompiling regular expressions, using functools.lru_cache, and by not using multiprocessing when called from pre-commit.
https://github.com/sphinx-contrib/sphinx-lint/issues/76 #Python #SphinxLint