Parallelize sphinx-build
This commit is contained in:
parent
17b97a1d88
commit
4cf59c129a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user