summaryrefslogtreecommitdiff
path: root/docs/lint.py
AgeCommit message (Collapse)Author
2025-08-29Refs #36485 -- Corrected docs linter to detect too-long lines at file end.Jacob Walls
2025-08-28Added sphinxlint checker to flag relative targets in :doc: roles.David Smith
Co-authored-by: Adam Johnson <me@adamj.eu>
2025-08-28Refs #36570 -- Added sphinxlint checker to flag unnecessary :py domain in ↵David Smith
documentation roles.
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
Lines in the docs files were manually adjusted to conform to the 79 columns limit per line (plus newline), improving readability and consistency across the content.
2025-08-25Refs #36485 -- Added sphinx-lint support and make lint rule for docs.David Smith
This adds a `lint.py` script to run sphinx-lint on Django's docs files, a mathing `lint` target in the `docs/Makefile` and `docs/make.bat`, and updates `docs/requirements.txt` accordingly.