Reduce LaTeX PDF build verbosity
This commit is contained in:
parent
b9fee2d907
commit
8b356091e2
@ -1,7 +1,7 @@
|
||||
# Sphinx-generated HTML documentation is not suitable for packaging; see
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2006555 for discussion.
|
||||
#
|
||||
# We can generate PDF documentation as a lesser substitute.
|
||||
# We can generate PDF documentation as a substitute.
|
||||
%bcond_without doc_pdf
|
||||
|
||||
Name: python-pyrsistent
|
||||
@ -124,7 +124,7 @@ BuildArch: noarch
|
||||
# Additionally, we parallelize sphinx-build.
|
||||
%if %{with doc_pdf}
|
||||
PYTHONPATH="${PWD}" %make_build -C docs latex SPHINXOPTS='-n %{?_smp_mflags}'
|
||||
%make_build -C docs/build/latex
|
||||
%make_build -C docs/build/latex LATEXMKOPTS='-quiet'
|
||||
%endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user