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