Do not fail hard on documentation warnings

RHEL8 is failing building the documentation. Override sphinx flag to
keep those just warnings and do not fail on them. Makes building for
epel8 pass.
This commit is contained in:
Petr Menšík 2023-01-30 20:48:39 +01:00
parent c8e1c41a96
commit d33f8f9c82
1 changed files with 2 additions and 2 deletions

View File

@ -427,10 +427,10 @@ fmtutil-user --listcfg || :
fmtutil-user --missing || :
%endif
%make_build
%make_build SPHINX_W=''
%if %{with DOC}
%make_build doc
%make_build doc SPHINX_W=''
%endif
%if %{with DLZ}