[New-bugs-announce] [issue37597] audit event table breaks PDF sphinx build

Julien Palard report at bugs.python.org
Mon Jul 15 12:34:23 EDT 2019


New submission from Julien Palard <julien+python at palard.fr>:

The following commit:

    44f91c388a6f4da9ed3300df32ca290b8aa104ea
    bpo-37390: Add audit event table to documentations (GH-14406)

    Also updates some (unreleased) event names to be consistent with the others.

breaks PDF builds.

Reproductible using:

    (cd Doc; sphinx-build -b latex -d build/doctrees -D latex_elements.papersize=a4 -D latex_engine=xelatex -D latex_elements.inputenc= -D latex_elements.fontenc=\\\\usepackage{xeCJK} -Ea -A daily=1 -A switchers=1  . build/latex)

The exception raised is "NoUri", I patched sphinx [1] to add a few info, so it is a "sphinx.errors.NoUri: c-api/code".



[1]: https://github.com/sphinx-doc/sphinx/pull/6583/files

----------
messages: 347980
nosy: christian.heimes, mdk, steve.dower
priority: normal
severity: normal
status: open
title: audit event table breaks PDF sphinx build

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37597>
_______________________________________


More information about the New-bugs-announce mailing list