-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
According to the docs, the first generated image will be used as thumbnail. Is this true also for the Plotly scrapper?
Although the Plotly figures are interactive and are correctly embedded into Sphinx documentation, they don't show as thumbnail in the gallery. Here is my configuration:
from plotly.io._sg_scraper import plotly_sg_scraper
sphinx_gallery_conf = {
'examples_dirs': 'examples', # path to your example scripts
'gallery_dirs': 'auto_examples', # path to where to save gallery generated output
'image_scrapers': (plotly_sg_scraper,),
}
henselman-petrusek
Metadata
Metadata
Assignees
Labels
No labels