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
At some point recently, sphinx-autobuild has become really slow. I'm not really sure what has caused it. It might have something to do with a newer version of Sphinx. But when using it for the SymPy documentation, it takes something like 10 seconds to reload the page even after a trivial build. Sometimes it reloads the page into a completely blank page and I have to wait for the build to finish before it loads the real page again.
This is especially an issue given #125 and also the problem I described at #123. You cannot click on any links or anything while the build is happening. It just "hangs" effectively.
Reproduce the bug
Easiest way is to use it on the SymPy documentation. You can install the sympy documentation dependencies with the doc/requirements.txt file, and use
cd doc
make livehtml
to build the docs with live reloading. Note that the initial build is slow because there is a lot of documentation, but that's not the issue here. Try making a small change to some file after the page opens in your browser and seeing how long it takes to reload everything.
List your environment
sphinx-autobuild 2021.3.14
sphinx 6.2.1
The text was updated successfully, but these errors were encountered:
I just tested that and it seems to make Sphinx rebuild everything with every change. I am most definitely not doing that. Believe me, I would know if it was doing that. The SymPy docs take a couple of minutes to do a full rebuild. Things are slow, but they aren't that slow.
Describe the bug
At some point recently, sphinx-autobuild has become really slow. I'm not really sure what has caused it. It might have something to do with a newer version of Sphinx. But when using it for the SymPy documentation, it takes something like 10 seconds to reload the page even after a trivial build. Sometimes it reloads the page into a completely blank page and I have to wait for the build to finish before it loads the real page again.
This is especially an issue given #125 and also the problem I described at #123. You cannot click on any links or anything while the build is happening. It just "hangs" effectively.
Reproduce the bug
Easiest way is to use it on the SymPy documentation. You can install the sympy documentation dependencies with the
doc/requirements.txt
file, and useto build the docs with live reloading. Note that the initial build is slow because there is a lot of documentation, but that's not the issue here. Try making a small change to some file after the page opens in your browser and seeing how long it takes to reload everything.
List your environment
sphinx-autobuild 2021.3.14
sphinx 6.2.1
The text was updated successfully, but these errors were encountered: