From 755a5f5919d2f6c7a3af2370268702daaa1a4d88 Mon Sep 17 00:00:00 2001 From: eviau-artefactual Date: Wed, 10 Jul 2024 15:41:03 -0400 Subject: [PATCH] output when not working only --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 808bd852..677b5f25 100644 --- a/Makefile +++ b/Makefile @@ -189,7 +189,7 @@ changes: .PHONY: linkcheck linkcheck: - $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck + $(SPHINXBUILD) -b linkcheck -q $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck @echo @echo "Link check complete; look for any errors in the above output " \ "or in $(BUILDDIR)/linkcheck/output.txt."