From 8b356091e20cac63dd838a1d84497a5c707cd6c3 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 26 Nov 2021 10:07:34 -0500 Subject: [PATCH] Reduce LaTeX PDF build verbosity --- python-pyrsistent.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-pyrsistent.spec b/python-pyrsistent.spec index 6687518..db561db 100644 --- a/python-pyrsistent.spec +++ b/python-pyrsistent.spec @@ -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