neuroinformatics-unit / HowTo

NIU website on common software problems and their troubleshooting
http://howto.neuroinformatics.dev/
Creative Commons Attribution 4.0 International
9 stars 1 forks source link

ignore problematic link during linkcheck #57

Closed niksirbi closed 1 month ago

niksirbi commented 1 month ago

The CI is failing on the main branch because of a linkcheck problem. Specifically:

(open_science/Licensing: line   51) broken    https://joinup.ec.europa.eu/collection/eupl/solution/joinup-licensing-assistant/jla-compatibility-checker - 403 Client Error: Forbidden for url: https://joinup.ec.europa.eu/collection/eupl/solution/joinup-licensing-assistant/jla-compatibility-checker

Curiously, linkcheck passes locally, but fails on CI despite multiple manual re-runs. In any case, this PR tells sphinx link check to ignore this specific link.

adamltyson commented 1 month ago

Curiously, linkcheck passes locally, but fails on CI despite multiple manual re-runs.

This happens a lot, and I've no idea why. Some kind of security to block bots?