From 6451ada41e7575a06711e14fb6fe1423997a0769 Mon Sep 17 00:00:00 2001 From: David Minton Date: Thu, 29 Feb 2024 19:11:58 -0500 Subject: [PATCH] Got rid of flag that was causing the warning when building the docs --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 803b51e0e..9e41b7474 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -68,7 +68,7 @@ html: .PHONY: rtdhtml rtdhtml: - $(SPHINXBUILD) -T -j auto -E -W --keep-going -b html -d $(BUILDDIR)/doctrees -D language=en . $(BUILDDIR)/html + $(SPHINXBUILD) -T -E -W --keep-going -b html -d $(BUILDDIR)/doctrees -D language=en . $(BUILDDIR)/html @echo @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."