From: Martin Quinson Date: Wed, 22 May 2019 12:11:08 +0000 (+0200) Subject: linkcheck doc: we won't fix javasphinx ourselves X-Git-Tag: v3.22.4~72 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ab24ac3cd192e30fcd0a5c0e608f2e8e554c7704 linkcheck doc: we won't fix javasphinx ourselves --- 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