mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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).
This commit is contained in:
parent
ad8e297b72
commit
4067c6d7fe
9 changed files with 10 additions and 1082 deletions
|
@ -468,6 +468,11 @@ Removed
|
|||
* ``importlib.util.set_package`` has been removed.
|
||||
(Contributed by Brett Cannon in :gh:`65961`.)
|
||||
|
||||
* Removed the ``suspicious`` rule from the documentation Makefile, and
|
||||
removed ``Doc/tools/rstlint.py``, both in favor of `sphinx-lint
|
||||
<https://github.com/sphinx-contrib/sphinx-lint>`_.
|
||||
(Contributed by Julien Palard in :gh:`98179`.)
|
||||
|
||||
|
||||
Porting to Python 3.12
|
||||
======================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue