From d30cea676013657f2a08e42b296ebc7372fa01ce Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Tue, 15 Feb 2022 10:39:00 +0100 Subject: [PATCH] doc: requirements: stick to breathe < 4.33 Looks like the 4.33 release has some more issues, so let's wait until everything gets fixed before allowing future versions. Ref. https://github.com/michaeljones/breathe/issues/805 (cherry picked from commit 10da718fd7f2dbcd5f11a1d38bb3be7eb1fd05bd) Signed-off-by: Gerard Marull-Paretas GitOrigin-RevId: 10da718fd7f2dbcd5f11a1d38bb3be7eb1fd05bd Change-Id: I58f8a3bef0474da6eb980efdebed5ca4698f9349 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/3463028 Tested-by: CopyBot Service Account Reviewed-by: Keith Short Tested-by: Keith Short Commit-Queue: Keith Short --- scripts/requirements-doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements-doc.txt b/scripts/requirements-doc.txt index 3ce1be874d5..8a518a69dd3 100644 --- a/scripts/requirements-doc.txt +++ b/scripts/requirements-doc.txt @@ -1,6 +1,6 @@ # DOC: used to generate docs -breathe>=4.30,!=4.33 +breathe>=4.30,<4.33 # 4.33: disabled due to #803 and #805 issues sphinx~=4.0 sphinx_rtd_theme~=1.0 sphinx-tabs