Accepting request 1289841 from home:dgarcia:branches:devel:languages:python:Factory

- Use one core to build doc. This will make sphinx doc build
  reproducible.
  bsc#1243155

OBS-URL: https://build.opensuse.org/request/show/1289841
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python313?expand=0&rev=108
This commit is contained in:
2025-07-02 11:27:27 +00:00
committed by Git OBS Bridge
parent cf3b0e517c
commit cb554c7d4c
2 changed files with 8 additions and 1 deletions

View File

@@ -562,7 +562,7 @@ TODAY_DATE=`date -r %{SOURCE0} "+%%B %%d, %%Y"`
cd Doc
sed -i "s/^today = .*/today = '$TODAY_DATE'/" conf.py
%make_build -j1 html
%make_build -j1 JOBS=1 html
# Build also devhelp files
sphinx-build -a -b devhelp . build/devhelp