Skip to content

Commit 233d183

Browse files
test: Ignore DESY Indico presentation URL during Sphinx linkcheck (#2230)
* Ignore URLs for https://indico.desy.de/event/22731 from Sphinx linkcheck tests as the URL https://indico.desy.de/event/22731/contributions/47953/ is frequently generating 403 Client Error.
1 parent 617301d commit 233d183

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,8 @@ def setup(app):
515515
r'https://doi\.org/10\.31526/.*',
516516
# https://doi.org/10.1051/epjconf/x DOI URLs will periodically generate 500 Server Error
517517
r'https://doi\.org/10\.1051/epjconf/.*',
518+
# https://indico.desy.de/event/22731/contributions/47953/ is frequently generating 403 Client Error
519+
r'https://indico.desy.de/event/22731/.*',
518520
# tags for a release won't exist until it is made, but the release notes
519521
# and ReadTheDocs need to reference them
520522
r'https://github.com/scikit-hep/pyhf/releases/tag/.*',

0 commit comments

Comments
 (0)