From: Jonathan Corbet Date: Wed, 13 Aug 2025 18:21:50 +0000 (-0600) Subject: docs: move test_doc_build.py to tools/docs X-Git-Tag: v6.19-rc1~184^2~43^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1c2db1f145b5c609ae651d229713e3c7422785a;p=thirdparty%2Flinux.git docs: move test_doc_build.py to tools/docs Add this tool to tools/docs. Reviewed-by: Mauro Carvalho Chehab Acked-by: Jani Nikula Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/doc-guide/sphinx.rst b/Documentation/doc-guide/sphinx.rst index 932f68c530753..51c370260f3b3 100644 --- a/Documentation/doc-guide/sphinx.rst +++ b/Documentation/doc-guide/sphinx.rst @@ -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. diff --git a/scripts/test_doc_build.py b/tools/docs/test_doc_build.py similarity index 100% rename from scripts/test_doc_build.py rename to tools/docs/test_doc_build.py