Jonathan Corbet <corbet@xxxxxxx> writes:
Federico Vaga <federico.vaga@xxxxxxxxxx> writes:
Translation for the following patches
commit df05c0e9496c ("Documentation: Raise the minimum supported version of LLVM to 11.0.0")
commit 333b11e541fe ("Documentation: Add minimum pahole version")
commit 6d6a8d6a4ed0 ("docs: Update Sphinx requirements")
[...]
Applied, thanks.
Actually, I take that back; it creates a massive mess of docs-build
warnings:
MAINTAINERS:4: WARNING: duplicate label maintainers, other instance
in /stuff/k/git/kernel/Documentation/process/maintainers.rst
MAINTAINERS:107: WARNING: unknown document:
../maintainer/maintainer-entry-profile
MAINTAINERS:165: WARNING: unknown document:
../networking/device_drivers/ethernet/3com/vortex
MAINTAINERS:235: WARNING: unknown document: ../networking/6lowpan
[...]
This all comes down to the duplicate copy of
Documentation/process/maintainers.rst that your patch adds. Don't do
that, please.