-
Eduardo Habkost authored
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 <peter.maydell@linaro.org>
Signed-off-by:
Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by:
John Snow <jsnow@redhat.com>
Message-id: 20191014150133.14318-1-ehabkost@redhat.com
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>Eduardo Habkost authoredsphinx-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 <peter.maydell@linaro.org>
Signed-off-by:
Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by:
John Snow <jsnow@redhat.com>
Message-id: 20191014150133.14318-1-ehabkost@redhat.com
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
Loading