You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I start sphinx-autobuild with the --open-browser option, it opens the browser after the Sphinx build is done, but the server hasn't started yet, so the browser shows a 404. I can then immediately reload the page which now successfully renders.
Things work as expected when I remove the t.join() line here:
The browser is opening only after the delay, but the server is not starting during that time in the background, but only after the waiting time (I also set it to much longer, the behavior doesn't change).
When I start sphinx-autobuild with the
--open-browser
option, it opens the browser after the Sphinx build is done, but the server hasn't started yet, so the browser shows a 404. I can then immediately reload the page which now successfully renders.Things work as expected when I remove the
t.join()
line here:sphinx-autobuild/sphinx_autobuild/utils.py
Line 30 in 7d199ed
The text was updated successfully, but these errors were encountered: