[issue40742] Doc: Parallel build break audit table

New submission from Julien Palard <julien+python@palard.fr>: Currently we can't build the doc using sphinx parallel builds, like: `sphinx-build -j auto`, because the audit-events table [1] is not generated in this case. [1]: https://docs.python.org/3/library/audit_events.html To reproduce: make -C Doc SPHINXOPTS='-j auto' autobuild-dev-html see build/html/library/audit_events.html see also: https://mail.python.org/archives/list/python-dev@python.org/thread/POWT35ULU... ---------- assignee: docs@python components: Documentation messages: 369712 nosy: docs@python, mdk, xtreak priority: normal severity: normal status: open title: Doc: Parallel build break audit table versions: Python 3.10, Python 3.9 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue40742> _______________________________________

Change by Julien Palard <julien+python@palard.fr>: ---------- keywords: +patch pull_requests: +20389 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21237 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue40742> _______________________________________

Julien Palard <julien+python@palard.fr> added the comment: New changeset a103e73ce8d34e3af5f556ee9090ce89249d565e by Julien Palard in branch 'master': bpo-40742: Doc: fix parallel build. (GH-21237) https://github.com/python/cpython/commit/a103e73ce8d34e3af5f556ee9090ce89249... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue40742> _______________________________________

Change by Julien Palard <julien+python@palard.fr>: ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue40742> _______________________________________
participants (1)
-
Julien Palard