We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Based on discussions in: python/devguide#114
Seems like docsbuild script doesn't remove html for docs that have been deleted.
Thanks @ned-deily and @zware for pointing me this way.
The text was updated successfully, but these errors were encountered:
I took a rapid look, current script uses a cp -a, using an rsync -a --delete-delay would correctly old files.
cp -a
rsync -a --delete-delay
Sorry, something went wrong.
Merged this a few hours ago, it should no longer happen.
logs from docs.iad1.psf.io:
docs.iad1.psf.io
[…] DEBUG:2017-08-30 15:07:58,378:Running command 'rsync -a --delete-delay /srv/docsbuild/devguide/build/html/ /srv/docs.python.org/devguide' […]
Yay! Thanks @JulienPalard 🌮
No branches or pull requests
Based on discussions in: python/devguide#114
Seems like docsbuild script doesn't remove html for docs that have been deleted.
Thanks @ned-deily and @zware for pointing me this way.
The text was updated successfully, but these errors were encountered: