Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1 -1
Documentation/doc-guide/sphinx.rst
··· 149 149 150 150 A more comprehensive test can be done by using: 151 151 152 - scripts/test_doc_build.py 152 + tools/docs/test_doc_build.py 153 153 154 154 Such script create one Python venv per supported version, 155 155 optionally building documentation for a range of Sphinx versions.
scripts/test_doc_build.py tools/docs/test_doc_build.py