From 14c54ba49ca5e4bb4be05258db175f7a1bed1654 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Tue, 8 Oct 2024 17:57:50 +0100 Subject: [PATCH] linkcheck: SPHINXOPTS=--keep-going This ensures we show all errors instead of stopping at the first one --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5fc1a85..eb56684 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,4 +36,4 @@ jobs: - name: Link check run: | cd docs - make linkcheck + SPHINXOPTS=--keep-going make linkcheck