New submission from Julien Palard <julien+pyt...@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-...@python.org/thread/POWT35ULU2CPELWQ6BRTLTU5H3YKHQZW/

----------
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 <rep...@bugs.python.org>
<https://bugs.python.org/issue40742>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to