Skip to content

Commit dbaa874

Browse files
committed
Address linkcheck errors
Signed-off-by: Katrina Prosise <katrina.prosise@foundries.io>
1 parent 692648b commit dbaa874

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

source/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
#-- Linkcheck config -----------------------------------------------------------
170170

171171
sphinx_tabs_valid_builders = ['linkcheck']
172-
linkcheck_retries = 3
172+
linkcheck_retries = 2
173173
linkcheck_anchors_ignore = ['L189-L192']
174174
linkcheck_allow_unauthorized = True
175175
# Links that shouldn't get checked for validity
@@ -184,10 +184,12 @@
184184
r'https://www.tcpdump.org/.*', # ditto
185185
r'https://www.wireshark.org/.*', # ddos protection
186186
r'https://github.com/foundriesio/*', # rate limits, other issues
187+
r'https://api.foundries.io/*',
187188
r'https://www.nxp.com/*', # slow, frequently leads to time outs
188189
r'https://sourceforge.net/.*', # 403 error
189190
'https://www.nsa.gov/portals/75/documents/what-we-do/cybersecurity/professional-resources/csi-uefi-lockdown.pdf', # 403 error
190191
'https://media.defense.gov/2020/Sep/15/2002497594/-1/-1/0/CTR-UEFI-Secure-Boot-Customization-UOO168873-20.PDF', # 403 error but will work for end user
192+
'https://codeburst.io/mutual-tls-authentication-mtls-de-mystified-11fa2a52e9cf',
191193
]
192194
# Time in seconds to wait for a response. May result in false errors, but also keeps things from timing out
193195
linkcheck_timeout = 10

0 commit comments

Comments
 (0)