From 251425c95864ecc0b283d23123934268c79805f4 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 13 Dec 2023 15:00:06 -0800 Subject: [PATCH] Disable the documentation link check The docuemntation link check is failing due to the very old version of Sphinx not understanding 308 redirects. We're going to be turning off this cluster, so just stop running the link check so that tests can pass. --- .github/workflows/docs.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 2382dc28..9b05e4e7 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -42,7 +42,6 @@ jobs: - name: Build run: | cd docs - make linkcheck make html - name: Upload