diff options
author | Julien Palard <julien@palard.fr> | 2020-12-18 10:48:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-18 10:48:08 +0100 |
commit | b9735420aa8ecd2555fe3dc000863bc50487334b (patch) | |
tree | 792283cacad8fd9d8ce7e3148b133659586955f5 /Doc/Makefile | |
parent | bpo-39096: Format specification documentation fixes for numeric types (GH-23575) (diff) | |
download | cpython-b9735420aa8ecd2555fe3dc000863bc50487334b.tar.gz cpython-b9735420aa8ecd2555fe3dc000863bc50487334b.tar.bz2 cpython-b9735420aa8ecd2555fe3dc000863bc50487334b.zip |
bpo-42238: Check Misc/NEWS.d/next/ for reStructuredText issues. (GH-23802)
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index c24c70c699a..f113dd06539 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -202,6 +202,7 @@ dist: check: $(PYTHON) tools/rstlint.py -i tools -i $(VENVDIR) -i README.rst + $(PYTHON) tools/rstlint.py ../Misc/NEWS.d/next/ serve: $(PYTHON) ../Tools/scripts/serve.py build/html |