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
…1870)

* Ignore DOI URLs for EPJ Web of Conferences from Sphinx linkcheck tests as the DOI
URLs will periodically fail to resolve given '500 Server Error' as the result of
EPJ backend problems.
  • Loading branch information
matthewfeickert authored May 26, 2022
1 parent 45e0e3c commit 031218c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,5 +468,7 @@ 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/.*',
# https://doi.org/10.1051/epjconf/x DOI URLs will periodically generate 500 Server Error
r'https://doi\.org/10\.1051/epjconf/.*',
]
linkcheck_retries = 50

0 comments on commit 031218c

Please sign in to comment.