smarie / mkdocs-gallery

Same features as sphinx-gallery (https://sphinx-gallery.github.io/) but on mkdocs (https://www.mkdocs.org/) (no sphinx dependency !).
https://smarie.github.io/mkdocs-gallery
BSD 3-Clause "New" or "Revised" License
37 stars 15 forks source link

ctrl-C not stopping dev server with mkdocs serve #72

Open tlambert03 opened 1 year ago

tlambert03 commented 1 year ago

when I use mkdocs-gallery, ctrl-C doesn't appear to stop the mkdocs serve dev server anymore (only way I can do it is to kill my terminal altogether). Is that known behavior? or am I missing something?

tlambert03 commented 1 year ago

I just realized that this only happens when run_stale_examples is set to True

smarie commented 10 months ago

Thanks for reporting @tlambert03 ! I tried to set run_stale_examples: true in the config but could not reproduce your issue.

So it seems that there is something related to your stale example in particular. If you managed to get a minimal reproducible example, could you please share it here ?

Thanks !