Parallelize sphinx-build

This commit is contained in:
Benjamin A. Beasley 2022-08-23 08:42:17 -04:00
parent 17b97a1d88
commit 4cf59c129a

View File

@ -177,7 +177,7 @@ find . -type f \( -name '*.woff' -o -name '*.woff2' \) -print -delete
%pyproject_wheel %pyproject_wheel
%if %{with doc_pdf} %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' %make_build -C %{_vpath_builddir}/_latex LATEXMKOPTS='-quiet'
%endif %endif