From b9b59b5a8bdfa2666477018e7175c5036376807c Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Thu, 14 Nov 2024 16:02:09 +0100 Subject: [PATCH] dev-manual: bblock: use warning block instead of attention Sphinx recommends using warning and note here: https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#directives Suggested-by: Quentin Schulz Reviewed-by: Quentin Schulz (From yocto-docs rev: 7d5eb0cee5b2b7096969819d7d7ce569a3c92f27) Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- documentation/dev-manual/bblock.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/dev-manual/bblock.rst b/documentation/dev-manual/bblock.rst index 68292903ba..605bb75655 100644 --- a/documentation/dev-manual/bblock.rst +++ b/documentation/dev-manual/bblock.rst @@ -19,7 +19,7 @@ recipes that depend on it. To prevent this, use ``bblock`` to lock specific tasks or recipes to specific signatures, forcing BitBake to use the sstate cache for them. -.. attention:: +.. warning:: Use ``bblock`` only during the development phase.