[issue40742] Doc: Parallel build break audit table

Julien Palard report at bugs.python.org
Sat May 23 06:56:47 EDT 2020


New submission from Julien Palard <julien+python at 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/POWT35ULU2CPELWQ6BRTLTU5H3YKHQZW/

----------
assignee: docs at python
components: Documentation
messages: 369712
nosy: docs at 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 at bugs.python.org>
<https://bugs.python.org/issue40742>
_______________________________________


More information about the Python-bugs-list mailing list