We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f905ec6 + 9d3c2ec commit 6bf8b50Copy full SHA for 6bf8b50
docs/conf.py
@@ -116,7 +116,12 @@
116
inheritance_graph_attrs = {"rankdir": "TB"}
117
118
# Ignore localhost links for periodic check that links in docs are valid
119
-linkcheck_ignore = [r"http://localhost:\d+/"]
+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
+]
125
126
# Set copy-button to ignore python and bash prompts
127
# https://sphinx-copybutton.readthedocs.io/en/latest/use.html#using-regexp-prompt-identifiers
0 commit comments