{{ message }}
Fix rstcheck failures - #30810
Merged
Merged
Fix rstcheck failures#30810
Conversation
5 tasks
rcomer
commented
Dec 4, 2025
Member
Author
There was a problem hiding this comment.
Member
There was a problem hiding this comment.
Note: We typically use .. code-block:: not .. code::. I'm unclear whether this makes a difference.
Member
Author
There was a problem hiding this comment.
We have one instance without a language, and it is not causing an error
Should I change this to code-block? Do we want it with or without syntax highlighting?
Member
Author
There was a problem hiding this comment.
Actually it already has syntax highlighting in the stable docs.
https://matplotlib.org/stable/api/toolkits/mplot3d/view_angles.html#rotation-with-mouse
Member
has2k1
pushed a commit
to has2k1/matplotlib
that referenced
this pull request
Dec 11, 2025
Fix rstcheck failures
andreas16700
added a commit
to andreas16700/matplotlib
that referenced
this pull request
Jan 28, 2026
Includes reports for Runs 42-43
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

PR summary
Recently the CI linting task has been failing in the rstcheck step, maybe because Sphinx just cut a major release. It seems the checker is now very strict about not duplicating references. This means not creating more than one handle for the same url and also not creating a handle with the same name as a subheading ("community" in
contribute.rst).PR checklist