Skip to content

Thumbnail doesn't show in the gallery #3

@adosar

Description

@adosar

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,),
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions