Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,20 @@ 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',
# FNAL blocks GitHub Actions?
r'https://indico.fnal.gov/event/17566/contributions/44103/',
r'https://indico.fnal.gov/event/17566/session/0/contribution/99',
# GitHub anchor links don't work
r'https://github.com/scikit-hep/pyhf/issues/850#issuecomment-1239975121',
]
linkcheck_retries = 50

Expand Down
Loading