Skip to content

Commit

Permalink
add more links to ignroe for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kratsg committed Dec 21, 2024
1 parent 6bd0d3b commit 0467c22
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0467c22

Please sign in to comment.