forked from pool/python-WebTest
Accepting request 1100760 from home:bmwiedemann:branches:devel:languages:python
Drop sphinx doctrees for reproducible builds OBS-URL: https://build.opensuse.org/request/show/1100760 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=57
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 26 07:25:22 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||
|
||||
- Drop sphinx doctrees for reproducible builds
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 9 13:38:14 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
|
||||
@@ -67,7 +67,7 @@ This package contains documentation files for %{name}.
|
||||
|
||||
%build
|
||||
%python_build
|
||||
sphinx-build -b html docs build/sphinx/html && rm build/sphinx/html/.buildinfo
|
||||
sphinx-build -b html docs build/sphinx/html && rm -r build/sphinx/html/.{buildinfo,doctrees}
|
||||
|
||||
%install
|
||||
%python_install
|
||||
|
||||
Reference in New Issue
Block a user