Make htmldocs separately

It calls `scripts/jobserver-exec`, which grabs as many jobserver tokens
as it can in order to calculate a `PARALLELISM` value to provide to the
command. Unfortunately, Sphinx grossly underutilizes the parallelism it
gets so slows down the build overall by denying tokens to other jobs.
This commit is contained in:
Jan Alexander Steffens (heftig) 2023-07-04 16:59:40 +02:00
parent 61f3316308
commit bc9b47bd75
No known key found for this signature in database
GPG Key ID: 3B94A80E50A477C7

View File

@ -78,7 +78,8 @@ prepare() {
build() {
cd $_srcname
_make htmldocs all
_make all
_make htmldocs
}
_package() {