Skip to content

Commit 4a3efd1

Browse files
author
Jonathan Corbet
committed
docs: sphinx-build-wrapper: stop setting kerneldoc_bin for Sphinx
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>
1 parent 0407f37 commit 4a3efd1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tools/docs/sphinx-build-wrapper

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,6 @@ class SphinxBuilder:
750750

751751
build_args = args + [
752752
"-d", doctree_dir,
753-
"-D", f"kerneldoc_bin={kerneldoc}",
754753
"-D", f"version={self.kernelversion}",
755754
"-D", f"release={self.kernelrelease}",
756755
"-D", f"kerneldoc_srctree={self.srctree}",

0 commit comments

Comments
 (0)