Reduce LaTeX PDF build verbosity
This commit is contained in:
parent
b63e895486
commit
f5b6624c56
@ -4,7 +4,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: gi-docgen
|
||||
@ -149,7 +149,7 @@ find . -type f \( -name '*.woff' -o -name '*.woff2' \) -print -delete
|
||||
|
||||
%if %{with doc_pdf}
|
||||
sphinx-build -b latex docs %{_vpath_builddir}/_latex
|
||||
%make_build -C %{_vpath_builddir}/_latex
|
||||
%make_build -C %{_vpath_builddir}/_latex LATEXMKOPTS='-quiet'
|
||||
%endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user