We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bd0d3b commit 0467c22Copy full SHA for 0467c22
docs/conf.py
@@ -529,6 +529,15 @@ def setup(app):
529
# and ReadTheDocs need to reference them
530
r'https://github.com/scikit-hep/pyhf/releases/tag/.*',
531
r'https://pyhf.readthedocs.io/en/.*',
532
+ # the following are 403s as they map to journals.aps.org or academic.oup.com
533
+ r'https://doi.org/10.1093/ptep/ptad144',
534
+ r'https://doi.org/10.1103/PhysRevD.104.055017',
535
+ r'https://doi.org/10.1103/PhysRevD.107.095021',
536
+ r'https://doi.org/10.1103/PhysRevD.108.016002',
537
+ r'https://doi.org/10.1103/PhysRevD.106.032005',
538
+ r'https://doi.org/10.1103/PhysRevLett.127.181802',
539
+ r'https://doi.org/10.1103/PhysRevLett.130.231801',
540
+ r'https://doi.org/10.1103/PhysRevLett.131.211802',
541
]
542
linkcheck_retries = 50
543
0 commit comments