Sylvain Marié
Sylvain Marié
Same as https://github.com/smarie/python-decopatch/issues/29
See this log error : https://github.com/smarie/python-yamlable/runs/5073104330?check_suite_focus=true#step:12:46 ``` INFO - generating gallery... generating gallery for /home/runner/work/python-yamlable/python-yamlable/docs/generated/gallery... : 0%| | 0/2 [00:00
In yamlable gallery examples only the first few repr worked, I had to use `print` explicitly for the rest. See https://smarie.github.io/python-yamlable/
Sometimes we write a code block to show that something raises an error. It is a bit tideous to have to try/catch this error to prevent mkdocs-gallery to fail. It...
`glr_path_static()` and its usages assume that `zip_safe` is set to `False`. This is correct by now, but we should rather load resources according to the recommended python packaging -compliant way.
It seems that the only difference between `use_jupyterlab` False/True is the url in the badge link. Why not generating two badges and let users decide at click time ?
Even if we are now able to generate the backreferences files, it is not clear how we should tell users to reference them in their pages (see https://sphinx-gallery.github.io/stable/configuration.html#add-mini-galleries-for-api-documentation) . Maybe...