summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2024-11-14 16:02:09 +0100
committerSteve Sakoman <steve@sakoman.com>2024-11-18 06:59:35 -0800
commitd1c25a3ce446a23e453e40ac2ba8f22b0e7ccefd (patch)
tree6ca76d6eb9bc56752507c31c0959d219dd15086a /documentation
parentbc6bd220a0cdc98e5d46319c6a091a44740a3e7a (diff)
downloadpoky-d1c25a3ce446a23e453e40ac2ba8f22b0e7ccefd.tar.gz
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 <quentin.schulz@cherry.de> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> (From yocto-docs rev: cafa551d0927f56854f823e51f3de690f17423cd) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit ed49067f172637d38d470a864feed2a02bd84c66) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/bblock.rst2
1 files changed, 1 insertions, 1 deletions
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.
19To prevent this, use ``bblock`` to lock specific tasks or recipes to 19To prevent this, use ``bblock`` to lock specific tasks or recipes to
20specific signatures, forcing BitBake to use the sstate cache for them. 20specific signatures, forcing BitBake to use the sstate cache for them.
21 21
22.. attention:: 22.. warning::
23 23
24 Use ``bblock`` only during the development phase. 24 Use ``bblock`` only during the development phase.
25 25