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/README.rst | |
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/README.rst')
-rw-r--r-- | Doc/README.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/README.rst b/Doc/README.rst index d67cad7..a3bb5fa 100644 --- a/Doc/README.rst +++ b/Doc/README.rst @@ -93,9 +93,6 @@ Available make targets are: plain text documentation for the labels defined in ``tools/pyspecific.py`` -- pydoc needs these to show topic and keyword help. -* "suspicious", which checks the parsed markup for text that looks like - malformed and thus unconverted reST. - * "check", which checks for frequent markup errors. * "serve", which serves the build/html directory on port 8000. |