diff --git a/docs/conf.py b/docs/conf.py index cda874ee89..062f1f5eb7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -515,6 +515,12 @@ def setup(app): r'https://doi\.org/10\.31526/.*', # https://doi.org/10.1051/epjconf/x DOI URLs will periodically generate 500 Server Error r'https://doi\.org/10\.1051/epjconf/.*', + # https://indico.desy.de/event/22731/contributions/47953/ is frequently generating 403 Client Error + r'https://indico.desy.de/event/22731/.*', + # https://indico.belle2.org/event/8470/contributions/55871/ is frequently generating 403 Client Error + r'https://indico.belle2.org/event/8470/.*', + # CERN doesn't maintain its SSL certs well enough to not have SSLErrors + r'https://twiki.cern.ch/.*', # tags for a release won't exist until it is made, but the release notes # and ReadTheDocs need to reference them r'https://github.com/scikit-hep/pyhf/releases/tag/.*',