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

Reply via email to