From 26de33c44df1c474b481d6e514a13d9cae3b02b3 Mon Sep 17 00:00:00 2001 From: Benjamin A. Beasley Date: Aug 04 2022 14:43:19 +0000 Subject: Build LaTeX more quietly --- diff --git a/python-shapely.spec b/python-shapely.spec index c4e90a7..5c990bc 100644 --- a/python-shapely.spec +++ b/python-shapely.spec @@ -113,7 +113,7 @@ sed -r \ # installing the built wheel in a temporary directory and adding that to the # PYTHONPATH for the documentation build. %make_build -C docs latex SPHINXOPTS='%{?_smp_mflags}' -%make_build -C docs/_build/latex +%make_build -C docs/_build/latex LATEXMKOPTS='-quiet' %endif