This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mdk
Recipients christian.heimes, mdk, steve.dower
Date 2019-07-17.12:32:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563366733.75.0.990399765936.issue37597@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-07-17 12:32:13mdksetrecipients: + mdk, christian.heimes, steve.dower
2019-07-17 12:32:13mdksetmessageid: <1563366733.75.0.990399765936.issue37597@roundup.psfhosted.org>
2019-07-17 12:32:13mdklinkissue37597 messages
2019-07-17 12:32:13mdkcreate