-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
2024.09.03 - Autobuild does not hot reload when changes happen #178
Comments
Also seeing here, Python 3.9.18. |
There may be a problem with your installation:
...
Can you try recreating your virtual environment, perhaps also with Python 3.12? A |
Recreated the venv - happened to be using the Mac system python, however, even using 3.9.20 from
I'll try with 3.12 and see if that works |
I had the same issue on |
Summary
With the latest 2024.09.03 release, running
make livehtml
in the project directory starts up the server, however, pages do not successfully reload when changes are saved. Additionally, even force-reloading the page does not appear to get latest changes & the_build
files are unmodified.Using
Python 3.9.6
Steps to Reproduce
requirements.txt
livehtml
target mentioned in README.rstmake livehtml
127.0.0.1:8000
index.rst
Relevant Output
The text was updated successfully, but these errors were encountered: