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

Make it possible to serve built pages while the site is reloading #125

Closed
choldgraf opened this issue Feb 12, 2023 · 3 comments
Closed

Make it possible to serve built pages while the site is reloading #125

choldgraf opened this issue Feb 12, 2023 · 3 comments

Comments

@choldgraf
Copy link

Currently, when a re-build is happening, it is not possible to serve any of the already-built HTML pages from the last build. This is a pain because it can be useful to continue browsing your docs preview while a build is happening.

@asmeurer
Copy link

If not run asynchronously it would be nice if it at least queued up requests, so that if you click a link on the built site it eventually loaded it. Right now if you click a link while the build is happening nothing happens, and you have to wait for the build to happen and click the link again.

@AA-Turner
Copy link
Member

Done in fda9582.

A

@asmeurer
Copy link

asmeurer commented Apr 9, 2024

I'll need to test it out on the SymPy docs to see how things are now. I did actually notice that at some point in the past months either Sphinx itself or sphinx-autobuild have become faster, because a different much smaller site I maintain now rebuilds basically instantly, whereas it used to take a few seconds. But I haven't worked on the SymPy docs in a while so I'm not sure if #136 is fixed.

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

No branches or pull requests

3 participants