sphinx-autobuild
sphinx-autobuild copied to clipboard
run in background ?
Is there an option to run sphinx-autobuild in background? the same way that you would do with -d parameter in docker?
You can probably use your shell's background option, e.g. in bash: sphinx-autobuild <options> &
Sounds like a reasonable request. We can probably do a --detach flag for this.
Hi. Did this ever get implemented?
No. The primary concern is how we'd expect users to stop/kill the process started as a daemon.
PR welcome, but otherwise I recommend using your shell's features for this.
A