Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Ignore EPJ Web of Conferences DOI URLs during Sphinx linkcheck #1870

Merged
merged 2 commits into from
May 26, 2022
Merged
Changes from 1 commit
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
Prev Previous commit
Add comment
* DOI URLs for EPJ Web of Conferences proceedings will periodically fail
to resolve given '500 Server Error' as the result of EPJ backend problems.
  • Loading branch information
matthewfeickert committed May 26, 2022
commit 292561d34f17974aa3ea9b9ad4c21496ad79270e
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +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