This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mdk
Recipients docs@python, mdk, xtreak
Date 2020-05-23.10:56:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590231407.13.0.794441624197.issue40742@roundup.psfhosted.org>
In-reply-to
Content
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/
History
Date User Action Args
2020-05-23 10:56:47mdksetrecipients: + mdk, docs@python, xtreak
2020-05-23 10:56:47mdksetmessageid: <1590231407.13.0.794441624197.issue40742@roundup.psfhosted.org>
2020-05-23 10:56:47mdklinkissue40742 messages
2020-05-23 10:56:46mdkcreate