Re: [PATCH 0/1] fix rustdoc build detection

From: Miguel Ojeda
Date: Mon Nov 17 2025 - 06:32:51 EST


On Mon, Nov 17, 2025 at 12:22 PM Miguel Ojeda
<miguel.ojeda.sandonis@xxxxxxxxx> wrote:
>
> I don't mind if that is changed etc., but I think it is important to
> keep the `rustdoc` target simple and focused: it is a "basic"
> operation (which is also used to lint docs too), and way faster than
> building the HTML docs, and it doesn't depend on them.

It is also the target I use to build rust.docs.kernel.org, for instance.

Cheers,
Miguel