From 4cf59c129afeb8eb23b2beda7e082810616d648c Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Tue, 23 Aug 2022 08:42:17 -0400 Subject: [PATCH] Parallelize sphinx-build --- gi-docgen.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gi-docgen.spec b/gi-docgen.spec index 72bd246..f4d1fd3 100644 --- a/gi-docgen.spec +++ b/gi-docgen.spec @@ -177,7 +177,7 @@ find . -type f \( -name '*.woff' -o -name '*.woff2' \) -print -delete %pyproject_wheel %if %{with doc_pdf} -sphinx-build -b latex docs %{_vpath_builddir}/_latex +sphinx-build -b latex %{?_smp_mflags} docs %{_vpath_builddir}/_latex %make_build -C %{_vpath_builddir}/_latex LATEXMKOPTS='-quiet' %endif