The linkchecker has been separated out from --strict in jupyter-book/mystmd#2819, so we will need to update our testing infrastructure here and in all the other JB2 repos.
Ideally, we want to 1) check the links for the notebooks being touched in a PR, but not for the other notebooks while 2) running a full link checker for everything from cron.
I'm not sure if 1) is possible; if not then we should trigger linkchecking on PRs by applying a new label; as most of the time we don't really touch link content yet it is responsible for a non-trivial amount of the build failures.
The linkchecker has been separated out from
--strictin jupyter-book/mystmd#2819, so we will need to update our testing infrastructure here and in all the other JB2 repos.Ideally, we want to 1) check the links for the notebooks being touched in a PR, but not for the other notebooks while 2) running a full link checker for everything from cron.
I'm not sure if 1) is possible; if not then we should trigger linkchecking on PRs by applying a new label; as most of the time we don't really touch link content yet it is responsible for a non-trivial amount of the build failures.