forked from pool/python-zope.event
Accepting request 1100761 from home:bmwiedemann:branches:devel:languages:python
Drop sphinx doctrees for reproducible builds OBS-URL: https://build.opensuse.org/request/show/1100761 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.event?expand=0&rev=33
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 26 07:28:32 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
- Drop sphinx doctrees for reproducible builds
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 30 16:19:12 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
Tue May 30 16:19:12 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
@@ -60,7 +60,7 @@ This package contains documentation files for %{name}.
|
|||||||
# raises DistributionNotFound for zope.event, hence build doc directly
|
# raises DistributionNotFound for zope.event, hence build doc directly
|
||||||
# from source in order to avoid the need for an external doc package
|
# from source in order to avoid the need for an external doc package
|
||||||
export PYTHONPATH=$(pwd)/src
|
export PYTHONPATH=$(pwd)/src
|
||||||
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
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
|
Reference in New Issue
Block a user