* [PULL 0/1] docs: fix sphinx build failure
@ 2026-07-21 16:52 Pierrick Bouvier
2026-07-21 16:52 ` [PULL 1/1] " Pierrick Bouvier
2026-07-21 19:59 ` [PULL 0/1] " Stefan Hajnoczi
0 siblings, 2 replies; 3+ messages in thread
From: Pierrick Bouvier @ 2026-07-21 16:52 UTC (permalink / raw)
To: qemu-devel, peter.maydell, richard.henderson, pbonzini, stefanha
Cc: pierrick.bouvier
The following changes since commit ad14439be5731e872d8448a04664a9c0e66624a8:
gitlab: remove gdb from MacOS jobs (2026-07-21 10:09:47 -0400)
are available in the Git repository at:
https://gitlab.com/p-b-o/qemu tags/pbouvier/pr/docs-20260721
for you to fetch changes up to c3662589c4986fb7fcdda5ba6c71558e73ba759a:
docs: fix sphinx build failure (2026-07-21 16:50:55 +0000)
----------------------------------------------------------------
Changes:
- [PATCH] docs: fix sphinx build failure (Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>)
Link: https://lore.kernel.org/qemu-devel/20260720222717.33078-1-pierrick.bouvier@oss.qualcomm.com
----------------------------------------------------------------
Pierrick Bouvier (1):
docs: fix sphinx build failure
docs/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
^ permalink raw reply [flat|nested] 3+ messages in thread* [PULL 1/1] docs: fix sphinx build failure 2026-07-21 16:52 [PULL 0/1] docs: fix sphinx build failure Pierrick Bouvier @ 2026-07-21 16:52 ` Pierrick Bouvier 2026-07-21 19:59 ` [PULL 0/1] " Stefan Hajnoczi 1 sibling, 0 replies; 3+ messages in thread From: Pierrick Bouvier @ 2026-07-21 16:52 UTC (permalink / raw) To: qemu-devel, peter.maydell, richard.henderson, pbonzini, stefanha Cc: pierrick.bouvier We recently started to have those failures appearing when building documentation. It's hard to identify if it comes from a python, sphinx or sphinx extension, but it blocks us. Exception occurred: File "/usr/lib/python3.13/multiprocessing/connection.py", line 399, in _recv raise EOFError EOFError The full traceback has been saved in /tmp/sphinx-*.log, if you want to report the issue to the developers. This seems to be the generic error message for "something went wrong in sphinx multiprocess": - https://github.com/sphinx-doc/sphinx/issues/11449 - https://github.com/sphinx-doc/sphinx/issues/14458 - https://github.com/sphinx-doc/sphinx/issues/8973 Solve the issue by simply going back to sequential builds. We didn't notice a huge speedup anyway. Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Link: https://lore.kernel.org/qemu-devel/20260720222717.33078-1-pierrick.bouvier@oss.qualcomm.com Signed-off-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com> --- docs/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/meson.build b/docs/meson.build index a8d893681ec..4d8cc545fcc 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -4,7 +4,7 @@ sphinx_build = find_program(fs.parent(python.full_path()) / 'sphinx-build', # Check if tools are available to build documentation. build_docs = false if sphinx_build.found() - SPHINX_ARGS = ['env', 'CONFDIR=' + qemu_confdir, sphinx_build, '-q', '-j', 'auto'] + SPHINX_ARGS = ['env', 'CONFDIR=' + qemu_confdir, sphinx_build, '-q'] # If we're making warnings fatal, apply this to Sphinx runs as well if get_option('werror') SPHINX_ARGS += [ '-W', '-Dkerneldoc_werror=1' ] -- 2.43.0 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PULL 0/1] docs: fix sphinx build failure 2026-07-21 16:52 [PULL 0/1] docs: fix sphinx build failure Pierrick Bouvier 2026-07-21 16:52 ` [PULL 1/1] " Pierrick Bouvier @ 2026-07-21 19:59 ` Stefan Hajnoczi 1 sibling, 0 replies; 3+ messages in thread From: Stefan Hajnoczi @ 2026-07-21 19:59 UTC (permalink / raw) To: Pierrick Bouvier Cc: qemu-devel, peter.maydell, richard.henderson, pbonzini, stefanha, pierrick.bouvier [-- Attachment #1: Type: text/plain, Size: 116 bytes --] Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/11.1 for any user-visible changes. [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 488 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-07-21 19:59 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2026-07-21 16:52 [PULL 0/1] docs: fix sphinx build failure Pierrick Bouvier 2026-07-21 16:52 ` [PULL 1/1] " Pierrick Bouvier 2026-07-21 19:59 ` [PULL 0/1] " Stefan Hajnoczi
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.