From d2ece86f102f064dfd6641d2bdcf445c97aff080 Mon Sep 17 00:00:00 2001 From: Julien Schueller Date: Thu, 4 Jul 2024 14:55:51 +0200 Subject: [PATCH] Doc: Disable linkcheck for now --- tools/gha_deploydocs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gha_deploydocs.sh b/tools/gha_deploydocs.sh index cbd787ff6..a5d199448 100644 --- a/tools/gha_deploydocs.sh +++ b/tools/gha_deploydocs.sh @@ -42,7 +42,7 @@ echo "Doxygen ran successfully"; # Copy the images into the xml output dir (this is needed by sphinx). cp images/* xml/; cd ../sphinx/; -make html linkcheck +#make html linkcheck set +e set +x