Skip to content

Commit 1ff57c0

Browse files
committed
Local epics-docs inventory
1 parent 97f779a commit 1ff57c0

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/", "epics-controls.inv"),
108111
}
109-

doc/epics-controls.inv

2.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)