]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
docs: sphinx-build-wrapper: stop setting kerneldoc_bin for Sphinx
authorJonathan Corbet <corbet@lwn.net>
Tue, 20 Jan 2026 22:50:38 +0000 (15:50 -0700)
committerJonathan Corbet <corbet@lwn.net>
Tue, 20 Jan 2026 22:50:38 +0000 (15:50 -0700)
Now that the Sphinx build does not use the kerneldoc_bin configuration
variable, we shouldn't try to set it in the build wrapper or we get a nifty
warning:

  WARNING: unknown config value 'kerneldoc_bin' in override, ignoring

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
tools/docs/sphinx-build-wrapper

index cb2a5005e633f94e853c9155fdbfee267cb51eea..9f1ae1485f8461edfd05c36e6f2da688f3e8b276 100755 (executable)
@@ -750,7 +750,6 @@ class SphinxBuilder:
 
             build_args = args + [
                 "-d", doctree_dir,
-                "-D", f"kerneldoc_bin={kerneldoc}",
                 "-D", f"version={self.kernelversion}",
                 "-D", f"release={self.kernelrelease}",
                 "-D", f"kerneldoc_srctree={self.srctree}",