Thanks to visit codestin.com
Credit goes to github.com

Skip to content

https://docs.python.org/3.11/whatsnew/3.11.html has not updated since 25 Apr #92532

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

Closed
corona10 opened this issue May 9, 2022 · 4 comments
Closed
Labels
docs Documentation in the Doc dir

Comments

@corona10
Copy link
Member

corona10 commented May 9, 2022

The title is the description :)
cc @Fidget-Spinner

@corona10 corona10 added the docs Documentation in the Doc dir label May 9, 2022
@hugovk
Copy link
Member

hugovk commented May 9, 2022

cc also @JulienPalard

@JulienPalard
Copy link
Member

Ohhh that's why the number of build errors suspiciously went to 0 on Sentry... it raised a flag in my mind to check it (but I was on holidays...).

I see it now! There's a sphinx-build process stuck since the 26 Apr:

docsbui+ 18192  0.0  1.3 170376 111780 ?       S    Apr26   0:16                                  \_ /srv/docsbuild/venv-with-sphinx-3.2.1/bin/python /srv/docsbuild/venv-with-sphinx-3.2.1/bin/sphinx-build -b html -d build/doctrees -D latex_engine=xelatex -D latex_elements.inputenc= -D latex_elements.fontenc=\usepackage{xeCJK} -j4 -q -D locale_dirs=/srv/docsbuild/3.10/locale -D language=zh_TW -D gettext_compact=0 -Ea -A daily=1 . build/html

Killing it and keeping an eye on it... I'll try to diagnose if it happen again. It looks related to Sphinx parallelisation (main process were waiting for the child while the child was trying to write on a pipe, maybe to the main process).

@JulienPalard
Copy link
Member

Closing it, as I don't feel the need to investigate as long as it does not reproduce, feel free to reopen if it happen agian.

I'll monitor the builds closely today and tomorrow as we've added Python 3.12 yesterday.

@vstinner
Copy link
Member

vstinner commented May 9, 2022

Thank you for fixing the job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

4 participants