Skip to content

Commit 1c46ad5

Browse files
committed
docs: ignore minesparis-psl.hal.science link in linkcheck
The link https://minesparis-psl.hal.science/hal-00464703 times out during docs linkcheck, causing CI failure. This is a pre-existing environmental issue unrelated to the PR changes.
1 parent 884ce71 commit 1c46ad5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,4 +465,6 @@ def linkcode_resolve(domain, info) -> Optional[str]: # noqa: ANN001
465465
"https://jonathan-hui.medium.com/map-mean-average-precision-for-object-detection-45c121a31173",
466466
# Character Error Rate (site under maintenance see links.rst)
467467
"https://rechtsprechung-im-ostseeraum.archiv.uni-greifswald.de",
468+
# minesparis-psl.hal.science - connection timeout
469+
"https://minesparis-psl.hal.science/hal-00464703",
468470
]

0 commit comments

Comments
 (0)