15
0
forked from pool/python-WebOb

Accepting request 1100758 from home:bmwiedemann:branches:devel:languages:python

Drop sphinx doctrees for reproducible builds

OBS-URL: https://build.opensuse.org/request/show/1100758
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebOb?expand=0&rev=69
This commit is contained in:
2023-07-26 14:28:52 +00:00
committed by Git OBS Bridge
parent 25823b2513
commit 008ef9d7f2
2 changed files with 6 additions and 1 deletions

View File

@@ -66,7 +66,7 @@ sed -i 's/worker.isAlive/worker.is_alive/' tests/conftest.py
%build
%python_build
PYTHONPATH=./src sphinx-build -b html docs build/sphinx/html && rm build/sphinx/html/.buildinfo
PYTHONPATH=./src sphinx-build -b html docs build/sphinx/html && rm -r build/sphinx/html/.{buildinfo,doctrees}
%install
%python_install