Re: [PATCH 01/30] .gitignore: docs: ignore sphinx_*/ directories
From: Jonathan Corbet <corbet@lwn.net>
Date: 2020-09-10 16:56:31
Also in:
lkml
From: Jonathan Corbet <corbet@lwn.net>
Date: 2020-09-10 16:56:31
Also in:
lkml
On Wed, 9 Sep 2020 16:10:32 +0200 Mauro Carvalho Chehab [off-list ref] wrote:
The default way of building documentation is to use Sphinx toolchain installed via pip, inside the Kernel tree main directory. That's what's recommended by: scripts/sphinx-pre-install As it usually provides a better version of this package than the one installed, specially on LTS distros. So, add the directories created by running the commands suggested by the script. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Applied, thanks. Also applied parts 2, 5, 6, 7, 12, 14, 16, 17, 19, 20, and 23. Many of the others don't apply at all; they're going to need to go to the relevant maintainers. Thanks, jon