]> Git Repo - qemu.git/commit - Makefile
sphinx: Use separate doctree directories for different builders
authorEduardo Habkost <[email protected]>
Mon, 14 Oct 2019 15:01:33 +0000 (12:01 -0300)
committerPeter Maydell <[email protected]>
Thu, 17 Oct 2019 11:10:13 +0000 (12:10 +0100)
commit6bda415c10d966c8d3ed450bc35f47f684004a0d
treee8f2f10922a629b7b9555ef0144d14dc5d6b9f92
parent69b81893bc28feb678188fbcdce52eff1609bdad
sphinx: Use separate doctree directories for different builders

sphinx-build is buggy when multiple processes are using the same
doctree directory in parallel.  See the 3-year-old Sphinx bug
report at: https://github.com/sphinx-doc/sphinx/issues/2946

Instead of avoiding parallel builds or adding some kind of
locking, I'm using the simplest solution: just using a different
doctree cache for each builder.

Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Eduardo Habkost <[email protected]>
Reviewed-by: John Snow <[email protected]>
Message-id: 20191014150133[email protected]
Signed-off-by: Peter Maydell <[email protected]>
Makefile
This page took 0.023691 seconds and 4 git commands to generate.