Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Murmele committed Dec 11, 2024
1 parent b6dbdd4 commit af2f371
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ run_tests:
script:
# Run unit-tests
- make test
# ignore result of linkcheck because it raises an error but when fixing the error
# The resulting links in the final html do not work anymore
# Introduced with c0bb0f84cb8b5f73a9df90bf832572208572e4e8
# https://github.com/sphinx-doc/sphinx/issues/9383
- make linkcheck || true

0 comments on commit af2f371

Please sign in to comment.