Reduce LaTeX PDF build verbosity

This commit is contained in:
Benjamin A. Beasley 2021-11-25 09:29:11 -05:00
parent 4a175e72d6
commit d4a282c544
1 changed files with 3 additions and 3 deletions

View File

@ -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