Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infinite reload loop after the first file change #187

Open
savchenko opened this issue Dec 29, 2024 · 1 comment
Open

Infinite reload loop after the first file change #187

savchenko opened this issue Dec 29, 2024 · 1 comment

Comments

@savchenko
Copy link

First launch with sphinx-autobuild . _build/html --port 8001 --open-browser --watch "$APP" works fine, however after a single .rst modification it goes into the infinite "change detected" rebuild loop.

Can be reproduced using Python v3.11 and v3.12, Sphinx v8.1.3, sphinx-autobuild v2024.10.3.

@vict0rsch
Copy link

Same when watching the source code directory:

  1. sphinx-autobuild -a docs/source/ docs/build/html --watch src
  2. Builds fine, starts local server and waits
  3. Change Python file in src/
  4. infinite loop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants