forked from pool/python-bpython
Accepting request 1100877 from devel:languages:python
Forwarded request #1100750 from bmwiedemann Drop sphinx doctrees for reproducible builds OBS-URL: https://build.opensuse.org/request/show/1100877 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bpython?expand=0&rev=16
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 26 06:58:24 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
- Drop sphinx doctrees for reproducible builds
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 23 08:55:21 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
Tue May 23 08:55:21 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ Documentation and help files for %{name}.
|
|||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
# Build HTML documentation
|
# Build HTML documentation
|
||||||
sphinx-build doc/sphinx/source build/sphinx/html && rm build/sphinx/html/.buildinfo
|
sphinx-build doc/sphinx/source build/sphinx/html && rm -r build/sphinx/html/.{buildinfo,doctrees}
|
||||||
# .. and the manual pages
|
# .. and the manual pages
|
||||||
sphinx-build -b man doc/sphinx/source build/sphinx/man
|
sphinx-build -b man doc/sphinx/source build/sphinx/man
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user