diff options
| author | David Smith <smithdc@gmail.com> | 2025-06-01 22:38:04 +0100 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2025-08-25 10:51:10 -0300 |
| commit | ef2f16bc4824ca2b10b7f2845baf4d313c9c0da1 (patch) | |
| tree | 01fc768fdf18155e41448422fff0d7683899879e /docs/requirements.txt | |
| parent | 0246f478882c26bc1fe293224653074cd46a90d0 (diff) | |
Refs #36485 -- Added sphinx-lint support and make lint rule for docs.
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.
Diffstat (limited to 'docs/requirements.txt')
| -rw-r--r-- | docs/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt index e234972a3b..49fdc5408a 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,3 +2,4 @@ pyenchant Sphinx>=4.5.0 sphinxcontrib-spelling blacken-docs +sphinx-lint |
