From 074a861d94193e88f4479ca4dfb4703ea0ecae6c Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Oct 06 2020 15:28:13 +0000 Subject: Revert "Don't treat warnings as errors" This reverts commit bf7773cd9503b309831facd287693e44de946d9f. --- diff --git a/python3-docs.spec b/python3-docs.spec index a64be0a..a1af5a2 100644 --- a/python3-docs.spec +++ b/python3-docs.spec @@ -48,8 +48,7 @@ mv python-docs-theme-%{theme_version}/python_docs_theme Doc/tools rmdir python-docs-theme-%{theme_version} %build -# Makefile sets SPHINXERRORHANDLING to -W: treat warnings as errors -make -C Doc html PYTHON=%{__python3} SPHINXERRORHANDLING="" +make -C Doc html PYTHON=%{__python3} rm Doc/build/html/.buildinfo %install