[issue40742] Doc: Parallel build break audit table

2020-07-06 Thread Julien Palard
Change by Julien Palard : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue40742] Doc: Parallel build break audit table

2020-07-06 Thread Julien Palard
Julien Palard 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/a103e73ce8d34e3af5f556ee9090ce89249d565e --

[issue40742] Doc: Parallel build break audit table

2020-06-30 Thread Julien Palard
Change by Julien Palard : -- keywords: +patch pull_requests: +20389 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21237 ___ Python tracker ___

[issue40742] Doc: Parallel build break audit table

2020-05-23 Thread Julien Palard
New submission from Julien Palard : 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