-
-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
Since the switch to https://watchfiles.helpmanual.io/, it is not easy to find out which files are triggering a rebuild.
There is WATCHFILES_DEBUG=1
, but it's very verbose.
As a workaround, I have locally patched
normalised_path = Path(filename).resolve().as_posix() |
with a
print(f"File {normalised_path} has changed; ignores are {self}")
.
Such a line could be enabled by a new command line option or an environment variable like SPHINX_AUTOBUILD_DEBUG
.
redeboer and SilverRainZ
Metadata
Metadata
Assignees
Labels
No labels