]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
docs: move test_doc_build.py to tools/docs
authorJonathan Corbet <corbet@lwn.net>
Wed, 13 Aug 2025 18:21:50 +0000 (12:21 -0600)
committerJonathan Corbet <corbet@lwn.net>
Tue, 28 Oct 2025 22:01:24 +0000 (16:01 -0600)
Add this tool to tools/docs.

Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Acked-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/doc-guide/sphinx.rst
tools/docs/test_doc_build.py [moved from scripts/test_doc_build.py with 100% similarity]

index 932f68c530753886230da32a5d0962ae80d90032..51c370260f3b345f767466e70de1af10dd1a700c 100644 (file)
@@ -149,7 +149,7 @@ a venv with it with, and install minimal requirements with::
 
 A more comprehensive test can be done by using:
 
-       scripts/test_doc_build.py
+       tools/docs/test_doc_build.py
 
 Such script create one Python venv per supported version,
 optionally building documentation for a range of Sphinx versions.