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