Uh oh!
There was an error while loading. Please reload this page.
gh-86404: Doc: Drop now unused make suspicious and rstlint. - #98179
Conversation
They have been replaced by [sphinx-lint](https://github.com/sphinx-contrib/sphinx-lint). closespythongh-86404.
64192cb to
dc5cf61Compare
ezio-melotti
left a comment
There was a problem hiding this comment.
LGTM.
Does this need an entry in the 3.12 whatsnew?
vstinner
left a comment
There was a problem hiding this comment.
LGTM. sphinx-lint is a great success!
It's good that Doc/tools/susp-ignored.csv can be removed. It can be removed because sphinx-lint has less false positives, right?
vstinner
commented
Oct 11, 2022
It seems like
sphinx-lint is run by the "Docs / Docs" CI job on this PR: "Check documentation" step: In short, sphinx-lint is now run on all documentation changes, not only late during releases. Issues are catched earlier: good! |
JulienPalard
commented
Oct 11, 2022
I don't think so as it's not a new thing, it's an old thing being cleared (it was a tool to help migration from LaTeX documentation to Sphinx documentation, so its removal is long overdue). It's been one year that the CI no longer uses |
JulienPalard
commented
Oct 11, 2022
This list of repositories are automatically checked by sphinx-lint CI to "guarantee" no false positive are introduced as release time, like it happened a few days ago with the "default-role debacle" (which happened because this checker is not enabled by default, to it went under the radar, it's fixed now, we test each repos with their real set of checkers). The goal is to stick to 0 false positive (aiming at the impossible... because why not). |
ezio-melotti
commented
Oct 11, 2022
The whatsnew also has a section for deprecated/removed APIs/modules/tools. See for example Lines 212 to 223 in e0ae9dd |
JulienPalard
commented
Oct 11, 2022
OK, so, why not :) |
JulienPalard
commented
Oct 11, 2022
Done. |
AlexWaygood
commented
Oct 11, 2022
@JulienPalard, looks like the 3.11 and 3.10 branches still run |
vstinner
commented
Oct 11, 2022
I don't think that it's a good idea to backport. It's better to leave these stable branches as they are. |
AlexWaygood
commented
Oct 11, 2022
That means that we will continue to get |
ezio-melotti
commented
Oct 12, 2022
3.11 isn't running it anymore, since it got removed here: 3.10 however is still running it. If this is a problem we could just switch to |
Thanks, that makes sense! I think I remember seeing some false positives recently on some backports — they must have been backports to 3.10. Agreed that backports should also be as minimal as possible! |
JulienPalard
commented
Oct 12, 2022
I propose just disabling I don't feel the need to add sphinx-lint there: the PR will come from main, where they have already been checked, and as victor says, better not touch those stable branches too much (I mean let's remove pain, not add some). |
They have been replaced by
sphinx-lint.
closesgh-86404.