Skip to content

Commit 6bf8b50

Browse files
authored
Merge pull request #29 from DiamondLightSource/28-link-check-failing
28 link check failing
2 parents f905ec6 + 9d3c2ec commit 6bf8b50

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/conf.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,12 @@
116116
inheritance_graph_attrs = {"rankdir": "TB"}
117117

118118
# Ignore localhost links for periodic check that links in docs are valid
119-
linkcheck_ignore = [r"http://localhost:\d+/"]
119+
linkcheck_ignore = [
120+
r"http://localhost:\d+/",
121+
r"https://dev-portal\.diamond\.ac\.uk[^\s]*",
122+
r"https://k8s-p99\.diamond\.ac\.uk[^\s]*",
123+
r"https://p99-blueapi\.diamond\.ac\.uk[^\s]*",
124+
]
120125

121126
# Set copy-button to ignore python and bash prompts
122127
# https://sphinx-copybutton.readthedocs.io/en/latest/use.html#using-regexp-prompt-identifiers

0 commit comments

Comments
 (0)