Sylvain Marié

Results 178 issues of Sylvain Marié

… so as to fix bug when they contain reserved expressions. Fixes #8

enhancement

Fixes #5

enhancement

This error seems to happen when you use a macro in a commented line, and the macro name does not exist. Commented lines in the makefile should probably be removed...

enhancement

Hi, thanks a lot again for this plugin ! I am trying to use it to create a simple publications page for my personal website. Basically I would just like...

We should probably explicitly show the conf.py extract: ```python import plotly.io as pio from plotly.io._sg_scraper import plotly_sg_scraper # Sphinx gallery configuration pio.renderers.default = "sphinx_gallery_png" # "sphinx_gallery" sphinx_gallery_conf = { ......

Fixes relative to optipng, such as #77, are not currently tested in CI: > WARNING - optipng binaries not found, PNG images and thumbnails will not be optimized https://github.com/smarie/mkdocs-gallery/actions/runs/6928047749/job/18843066689?pr=77#step:6:125 Unfortunately...

When used with `sphinx-autobuild`, `sphinx-gallery` seems to avoid crashing in presence of failing examples. Instead one can browse the failing page, hopefully fix the problem in the gallery example, and...

https://github.com/sphinx-gallery/sphinx-gallery/releases/tag/v0.13.0

It seems that using both plugins at the same time leads to files not being detected by `mkdocs-jupyter`. ```yaml nav: - Home: index.md - Experiments: generated/gallery - Experiments Nb: -...