mkdocs-gallery icon indicating copy to clipboard operation
mkdocs-gallery copied to clipboard

ctrl-C not stopping dev server with mkdocs serve

Open tlambert03 opened this issue 2 years ago • 2 comments

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 avatar Sep 06 '23 11:09 tlambert03

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

tlambert03 avatar Sep 07 '23 10:09 tlambert03

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 !

smarie avatar Nov 20 '23 08:11 smarie