[issue37597] audit event table breaks PDF sphinx build
Julien Palard
report at bugs.python.org
Wed Jul 17 08:32:13 EDT 2019
Julien Palard <julien+python at palard.fr> added the comment:
Looks like a failure during library.pdf, from why we try to link to c-api.
In the sphinx latex builder:
if docname not in self.docnames:
raise NoUri
in self.docnames during the library build, we're only having library/* links. So c-api/code is obviously not in it.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37597>
_______________________________________
More information about the Python-bugs-list
mailing list