You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: Ignore CERN Twiki URLs during Sphinx linkcheck (#2272)
* Ignore URLs for CERN's Twiki instance https://twiki.cern.ch/ from
Sphinx linkcheck tests as CERN seems to have problems regularly
maintaining their SSL certs which can lead to SSL errors.
```
Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED]
certificate verify failed: unable to get local issuer certificate (_ssl.c:1002)'))
```
0 commit comments