[issue37597] audit event table breaks PDF sphinx build

2019-09-10 Thread Julien Palard
Change by Julien Palard : -- stage: patch review -> resolved ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37597] audit event table breaks PDF sphinx build

2019-09-10 Thread Steve Dower
Change by Steve Dower : -- assignee: -> mdk keywords: +patch pull_requests: +15475 resolution: -> fixed stage: -> patch review status: open -> closed pull_request: https://github.com/python/cpython/pull/15739 ___ Python tracker

[issue37597] audit event table breaks PDF sphinx build

2019-09-03 Thread Steve Dower
Steve Dower added the comment: Guessing we still need to fix this... Julien - does this exception get raised through Doc/tools/extensions/pyspecific.py? At the get_relative_uri() call (line 573) perhaps? If so, it seems like we could just handle it there and leave out any links that

[issue37597] audit event table breaks PDF sphinx build

2019-07-17 Thread Julien Palard
Julien Palard 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

[issue37597] audit event table breaks PDF sphinx build

2019-07-16 Thread Steve Dower
Steve Dower added the comment: Guess we need a real Sphinx expert to help out here. Somehow we need to get explicit backlinks, but I couldn't figure out how to resolve them normally through an extension. If we can do that, this will probably go away. --

[issue37597] audit event table breaks PDF sphinx build

2019-07-15 Thread Julien Palard
New submission from Julien Palard : 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: