summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2025-08-13 12:21:50 -0600
committerJonathan Corbet <corbet@lwn.net>2025-10-28 16:01:24 -0600
commitf1c2db1f145b5c609ae651d229713e3c7422785a (patch)
tree926f2287bab474581cd6ac3535bf979c25dfdfdd
parenta5dd93016f20912ec141d569b897e1fc2d94977d (diff)
docs: move test_doc_build.py to tools/docs
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>
-rw-r--r--Documentation/doc-guide/sphinx.rst2
-rwxr-xr-xtools/docs/test_doc_build.py (renamed from scripts/test_doc_build.py)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/doc-guide/sphinx.rst b/Documentation/doc-guide/sphinx.rst
index 932f68c53075..51c370260f3b 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
index 47b4606569f9..47b4606569f9 100755
--- a/scripts/test_doc_build.py
+++ b/tools/docs/test_doc_build.py