Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Ignore CERN Twiki URLs during Sphinx linkcheck (#2276)
* 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)')) ```
- Loading branch information