From 1fa7bfde2cd94a64563e18db1e6b5828c09f2335 Mon Sep 17 00:00:00 2001 From: thomas-rocke Date: Tue, 15 Oct 2024 09:54:50 +0100 Subject: [PATCH] DOC: sphinx-build --show-traceback to make html --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 6d54f4b5..c83c28f8 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -52,7 +52,7 @@ clean: rm -rf $(BUILDDIR)/* html: - $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html + $(SPHINXBUILD) --show-traceback -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html @echo @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."