Remove .buildinfo file from HTML docs

This commit is contained in:
Benjamin A. Beasley 2021-07-21 09:57:42 -04:00
parent f8dc65077d
commit c29b565e04
1 changed files with 1 additions and 0 deletions

View File

@ -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