Re: [PATCH 1/1] scripts/sphinx-build-wrapper: allow building PDF files in parallel
From: Mauro Carvalho Chehab
Date: Tue Aug 19 2025 - 10:27:30 EST
On Tue, Aug 19, 2025 at 07:21:09AM -0600, Jonathan Corbet wrote:
> Akira Yokosawa <akiyks@xxxxxxxxx> writes:
>
> > I couldn't test this because I couldn't apply your sphinx-build-wrapper
> > series on top of docs-next. :-/
> > Which commit does it based on?
>
> It is built on top of the PDF series - I ran into that too.
Actually, the sequence is:
- PDF series
- sphinx-build-wrapper
- this one
The dependencies between PDF and sphinx-build-wrapper are
trivial, though: both touches the Makefile; the first one
changes a broken parameter for PDF; the second one simplifies
it a lot.
--
Thanks,
Mauro