Skip to content

Commit 3d0028d

Browse files
authored
Merge pull request #63 from ISISComputingGroup/local_epics_inv
Local epics-docs inventory
2 parents 97f779a + 59ef06a commit 3d0028d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/conf.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@
104104

105105
intersphinx_mapping = {
106106
"ibex_user_manual": ("https://isiscomputinggroup.github.io/ibex_user_manual/", None),
107-
"EPICS": ("https://docs.epics-controls.org/en/latest/", None),
107+
# docs.epics-controls.org sometimes gives us a 429 "too many requests" from GHA.
108+
# If it does, then fall back to local inventory. This local inventory should be
109+
# updated periodically.
110+
"EPICS": ("https://docs.epics-controls.org/en/latest/", (None, "epics-controls.inv")),
108111
}
109-

doc/epics-controls.inv

2.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)