From d4a282c544f99e7295faa04eb03ae2d67e6292a9 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Thu, 25 Nov 2021 09:29:11 -0500 Subject: [PATCH] Reduce LaTeX PDF build verbosity --- python-sure.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-sure.spec b/python-sure.spec index 070e267..f13296a 100644 --- a/python-sure.spec +++ b/python-sure.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-sure @@ -97,8 +97,8 @@ cp -p '%{SOURCE1}' . %build %pyproject_wheel %if %{with doc_pdf} -env PYTHONPATH="${PWD}" %make_build -C docs/ latex SPHINXOPTS='%{?_smp_mflags}' -%make_build -C docs/build/latex +PYTHONPATH="${PWD}" %make_build -C docs latex SPHINXOPTS='%{?_smp_mflags}' +%make_build -C docs/build/latex LATEXMKOPTS='-quiet' %endif