Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork8.1k
DOC: add thumbnail for simple_plot gallery example#30888
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
timhoffm commentedDec 21, 2025
Thanks for your willingness to contribute. However, this is not a solution: Simple plot already has thumbnail, so there's nothing to do there. Also, seeting Please read and understand issues more carefully, understand the problem and discussed solution strategies there, and verify that your code is a suitable solution before providing a PR. |
PR summary
This PR adds sphinx-gallery metadata to ensure the
simple_plotgallery examplegenerates a thumbnail in the documentation.
The example already produces a figure; this change explicitly instructs
sphinx-gallery to use the first generated figure as the thumbnail, improving
the gallery overview without changing runtime behavior.
Closes#17479
PR checklist