From a0045c55734ee89e7090f4519f0d80ce68adbeb8 Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Mon, 24 Nov 2025 23:54:05 +0000 Subject: [PATCH] doc/requirements.in: clarify they are additional, not standalone Rephrase the file header to make sure these dependencies cannot be misinterpreted as standalone. The doc requirements were standalone in January 2021 as demonstrated by commit e21ffe6baaca ("requirements-doc: add PyYAML which removes dependency on -base") and were most likely tested as standalone by CI until January 2025 when commit b6922c83a8a5 ("ci: doc: add action-zephyr-setup") added a Zephyr setup step to `.github/workflows/doc-build.yml` Signed-off-by: Marc Herbert --- doc/requirements.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/requirements.in b/doc/requirements.in index 9cbe4deb823..8c26d7a66d1 100644 --- a/doc/requirements.in +++ b/doc/requirements.in @@ -1,4 +1,5 @@ -# DOC: used to generate docs +# DOC: additional dependencies required to generate docs. +# Follow the "Getting Started" guide first. sphinx<8.3.0 sphinx_rtd_theme~=3.0