From ab24ac3cd192e30fcd0a5c0e608f2e8e554c7704 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 22 May 2019 14:11:08 +0200 Subject: [PATCH] linkcheck doc: we won't fix javasphinx ourselves --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64e8e26d9b..7fbbe3ba7e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,10 @@ pages: - cd docs - LC_ALL=C.UTF-8 ./Build.sh - mv build/html ../public - - linkchecker --check-extern --ignore-url='.*\.css$' ../public + # The CSS contains a reference to a font or something, not something we gonna fix on our side + # The javasphinx output does not exist in the git, so the "open on GitLab" link is broken. + # I'd like to report this as a bug, but javasphinx seems abandoned upstream. + - linkchecker --check-extern --ignore-url='.*\.css$' --ignore-url=/public/java/org ../public artifacts: paths: - public -- 2.20.1