Skip to content

Commit 0467c22

Browse files
committed
add more links to ignroe for now
1 parent 6bd0d3b commit 0467c22

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/conf.py

+9
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,15 @@ def setup(app):
529529
# and ReadTheDocs need to reference them
530530
r'https://github.com/scikit-hep/pyhf/releases/tag/.*',
531531
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',
532541
]
533542
linkcheck_retries = 50
534543

0 commit comments

Comments
 (0)