From 0467c22d47772b149f45e9485c505d79e807c864 Mon Sep 17 00:00:00 2001 From: Giordon Stark Date: Sat, 21 Dec 2024 11:12:18 -0500 Subject: [PATCH] add more links to ignroe for now --- docs/conf.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index dddeb31188..cd8ed89991 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -529,6 +529,15 @@ def setup(app): # and ReadTheDocs need to reference them r'https://github.com/scikit-hep/pyhf/releases/tag/.*', r'https://pyhf.readthedocs.io/en/.*', + # the following are 403s as they map to journals.aps.org or academic.oup.com + r'https://doi.org/10.1093/ptep/ptad144', + r'https://doi.org/10.1103/PhysRevD.104.055017', + r'https://doi.org/10.1103/PhysRevD.107.095021', + r'https://doi.org/10.1103/PhysRevD.108.016002', + r'https://doi.org/10.1103/PhysRevD.106.032005', + r'https://doi.org/10.1103/PhysRevLett.127.181802', + r'https://doi.org/10.1103/PhysRevLett.130.231801', + r'https://doi.org/10.1103/PhysRevLett.131.211802', ] linkcheck_retries = 50