File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 169169#-- Linkcheck config -----------------------------------------------------------
170170
171171sphinx_tabs_valid_builders = ['linkcheck' ]
172- linkcheck_retries = 3
172+ linkcheck_retries = 2
173173linkcheck_anchors_ignore = ['L189-L192' ]
174174linkcheck_allow_unauthorized = True
175175# Links that shouldn't get checked for validity
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
193195linkcheck_timeout = 10
You can’t perform that action at this time.
0 commit comments