Release: drop 'make suspicious' from release process. (#1982)
As it's no longer mandatory to merge, some false positives can sneak in. It's a burden for RMs, and it's slowly been handled in: https://bugs.python.org/issue42238
This commit is contained in:
parent
910d060988
commit
2c4b01e7a7
|
@ -227,11 +227,6 @@ to perform some manual editing steps.
|
|||
(e.g. ``blurb release 3.4.7rc1``). This merges all the recent news
|
||||
blurbs into a single file marked with this release's version number.
|
||||
|
||||
- Check the docs for markup errors.
|
||||
|
||||
cd to the Doc directory and run ``make suspicious``. If any markup
|
||||
errors are found, fix them.
|
||||
|
||||
- Regenerate Lib/pydoc-topics.py.
|
||||
|
||||
While still in the Doc directory, run ``make pydoc-topics``. Then copy
|
||||
|
|
Loading…
Reference in New Issue