Opened 5 years ago
Last modified 5 years ago
#9277 enhancement new
CI should cache intersphinx blobs
Reported by: | mark williams | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | core | Keywords: | |
Cc: | Branch: | ||
Author: |
Description
Documentation builds fail because various objects.inv
files are inaccessible.
The CI jobs that build documentation should cache these objects.inv
s to reduce the chances of spurious failures.
Change History (2)
comment:1 Changed 5 years ago by
comment:2 Changed 5 years ago by
I've opened a PR pydoctor that allows it to cache objects.inv
files:
https://github.com/twisted/pydoctor/pull/143
This or something else that closes pydoctor issue 120 has to be merged before this ticket can be closed.
Note: See
TracTickets for help on using
tickets.
https://github.com/twisted/pydoctor/issues/120 needs to be closed first.