diff options
author | Julien Palard <julien@palard.fr> | 2022-10-11 13:31:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-11 13:31:33 (GMT) |
commit | 4067c6d7fe9b0b266367aafa8cde71e2761cb764 (patch) | |
tree | 50295f994bd202343b5bcb040a5014aea98a3f09 /Doc/make.bat | |
parent | ad8e297b7297dfdc34fad53b589b31d0920150ab (diff) | |
download | cpython-4067c6d7fe9b0b266367aafa8cde71e2761cb764.zip cpython-4067c6d7fe9b0b266367aafa8cde71e2761cb764.tar.gz cpython-4067c6d7fe9b0b266367aafa8cde71e2761cb764.tar.bz2 |
gh-86404: Doc: Drop now unused make suspicious and rstlint. (GH-98179)
They have been replaced by
[sphinx-lint](https://github.com/sphinx-contrib/sphinx-lint).
Diffstat (limited to 'Doc/make.bat')
-rw-r--r-- | Doc/make.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/make.bat b/Doc/make.bat index 4f0b3c1..87d8359 100644 --- a/Doc/make.bat +++ b/Doc/make.bat @@ -109,7 +109,7 @@ echo.always available include: echo. echo. Provided by Sphinx: echo. html, htmlhelp, latex, text -echo. suspicious, linkcheck, changes, doctest +echo. linkcheck, changes, doctest echo. Provided by this script: echo. clean, check, htmlview echo. |