From c29b565e04d7e8b30d305af67931636e9e8ab4d0 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Wed, 21 Jul 2021 09:57:42 -0400 Subject: [PATCH] Remove .buildinfo file from HTML docs --- python-sure.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-sure.spec b/python-sure.spec index 13eb4da..c17e732 100644 --- a/python-sure.spec +++ b/python-sure.spec @@ -90,6 +90,7 @@ cp -p '%{SOURCE1}' . %build %pyproject_wheel env PYTHONPATH="${PWD}" %make_build -C docs/ html SPHINXOPTS='%{?_smp_mflags}' +rm -vf docs/_build/html/.buildinfo %install