Conversation
| You can try out one of the various mouse rotation styles using: | ||
|
|
||
| .. code:: | ||
| .. code:: python |
There was a problem hiding this comment.
There was a problem hiding this comment.
Note: We typically use .. code-block:: not .. code::. I'm unclear whether this makes a difference.
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?
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
In all honesty probably just didn't understand it or didn't think it was that big a deal and was just trying to get the checker in 🤷♀️ |
Fix rstcheck failures
Includes reports for Runs 42-43
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