| Age | Commit message (Collapse) | Author |
|
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.
|
|
docs.
This adds:
- GitHub actions,
- tox configuration,
- pre-commit hook, and
- makefile rules
to run blacken-docs linter.
Co-authored-by: David Smith <smithdc@gmail.com>
|
|
Follow up to ebf25555bbed3e9112d4b726575d60b242daf48a.
|
|
|
|
Following d9a266d657f66b8c4fa068408002a4e3709ee669.
|
|
This pins Sphinx version, because the default Sphinx version used by
RTD is not compatible with Python 3.8+.
This also, sets Python 3.8 for RTD builds which is compatible with all
current versions of Django.
Thanks to Mariusz Felisiak for the suggestion.
|
|
Co-Authored-By: Tom Forbes <tom@tomforb.es>
|