-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
Hosted documentation has not been updated in a couple of days #123876
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
Comments
cc @hugovk |
I was just looking into this. The reason is we released six versions of Python on Friday: The docs build server is now working through all of these and rebuilding docs for them all, plus up to 12 translations each. For many of these it includes building PDFs, which are very slow. It's recently been taking about 40 hours to build 3.12-3.14 and their translations, so it will take much longer to do the whole batch of seven versions. For example, recently built:
So let's check back in a few days! PS See python/docsbuild-scripts#190 for efforts to improve the docs build times. |
Also the untranslated (English-only) versions of the documentation sets as they existed at the time of each release should always be available from the Python Documentation by Version page on python.org. |
@hugovk, good to know! I just checked, and the English version of the 3.11 docs were built today. I guess we'll just need to wait some more for everything to finish. @ned-deily, thanks for letting me know! It's very useful to have those snapshots available. |
I can confirm that all of the documentation has been rebuilt, so I'm closing this issue. There isn't a bug, just slow builds. |
Documentation
I tried viewing the Changelog to see what was included in the Python 3.12.6 release, and I noticed the page states "Last updated on Sep 07, 2024 (13:49 UTC)". I checked several other pages on the 3.12 documentation site, and they all have the same date. I checked the 3.8-3.10 docs, and they have all been built within the past day, but 3.12-3.14 have not been updated in a couple of days and are missing changelog updates. The 3.11 docs are also missing changelog updates, but they haven't been updated since April, even though there have been two releases since then.
This is similar to #122868, but it appears to be different enough that I have created a new issue.
The text was updated successfully, but these errors were encountered: