Parallelize sphinx-build
This commit is contained in:
parent
14430df28f
commit
e2ed4542bc
@ -68,7 +68,8 @@ sed -r -i '/\b(diskcache)\b/d' requirements-test.txt
|
||||
%pyproject_wheel
|
||||
|
||||
%if %{with doc_pdf}
|
||||
PYTHONPATH="${PWD}" sphinx-build -b latex doc/source %{_vpath_builddir}/_latex
|
||||
PYTHONPATH="${PWD}" \
|
||||
sphinx-build -b latex %{?_smp_mflags} doc/source %{_vpath_builddir}/_latex
|
||||
%make_build -C %{_vpath_builddir}/_latex LATEXMKOPTS='-quiet'
|
||||
%endif
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user