mkdocs-gallery
mkdocs-gallery copied to clipboard
ctrl-C not stopping dev server with mkdocs serve
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?
I just realized that this only happens when run_stale_examples is set to True
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 !