]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
docs: conf.py: get rid of the now unused kerneldoc_bin env var
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 19 Jan 2026 12:05:04 +0000 (13:05 +0100)
committerJonathan Corbet <corbet@lwn.net>
Tue, 20 Jan 2026 22:31:06 +0000 (15:31 -0700)
commit0407f3714ce559bc0116b05a1b916321b832aca1
tree2cb7caf1591d89cd683b5e43073220695b80a7cb
parent35c0f975ef4a96cb488bcb5fca6e852fc347bc49
docs: conf.py: get rid of the now unused kerneldoc_bin env var

In the past, this contained the location of the binary file to parse
kernel-doc. Nowadays, it is used only for debugging purposes, inside
kerneldoc.py extension.

Move it to sphinx/kerneldoc.py, to avoid needing to handle with it
on several places.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <c0fa9f561c1dd4370f9096de4195a9214763c51c.1768823489.git.mchehab+huawei@kernel.org>
Documentation/conf.py
Documentation/sphinx/kerneldoc.py