Skip to content

Commit

Permalink
test: Ignore EPJ Web of Conferences DOI URLs during Sphinx linkcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed May 26, 2022
1 parent 0409ab5 commit bd7d908
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,5 +468,6 @@ def setup(app):
'cli.html#pyhf-xml2json',
# https://doi.org/10.31526/lhep.2020.158 is causing linkcheck connection timeouts in CI
r'https://doi\.org/10\.31526/.*',
r'https://doi\.org/10\.1051/epjconf/.*',
]
linkcheck_retries = 50

0 comments on commit bd7d908

Please sign in to comment.