sphinx-autobuild icon indicating copy to clipboard operation
sphinx-autobuild copied to clipboard

Feature: Add --watch-step to control rebuild delay

Open un4gt opened this issue 8 months ago • 0 comments

Current 50ms rebuild delay is too aggressive during typing. Propose adding --watch-step (ms) parameter that gets passed to watchfiles.awatch(step=...).

Implementation:

  • Add CLI argument
  • Pass value to awatch(...)
  • Keep default=50ms (current behavior)

Simple change using existing watchfiles capability. I'm happy to contribute.

un4gt avatar Aug 04 '25 18:08 un4gt