From 55c19989e1155c21c4f5c9f71c85c45e6cd18c3c Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@beagleboard.org>
Date: Fri, 16 Jun 2023 11:10:56 -0400
Subject: [PATCH] gitlab-build.sh: parallel sphinx-build of latexpdf too!

---
 gitlab-build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gitlab-build.sh b/gitlab-build.sh
index d2a8fe27..e4dcb7d8 100755
--- a/gitlab-build.sh
+++ b/gitlab-build.sh
@@ -39,7 +39,7 @@ HERE
 	echo "**** Updating $PAGES_URL/$VER_DIR ****"
 
 	sphinx-build -j auto -b html . public/$VER_DIR/
-	sphinx-build -M latexpdf . public/$VER_DIR/
+	sphinx-build -j auto -M latexpdf . public/$VER_DIR/
 	pdfcpu optimize public/$VER_DIR/latex/beagleboard-docs.pdf
 	mv public/$VER_DIR/latex/beagleboard-docs.pdf public/$VER_DIR/
 	rm -rf public/$VER_DIR/latex
-- 
GitLab