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-26 05:37:10 -0800
commit4d44b6b9ffd58e630febb86503e6b6e5886a94ca (patch)
tree614b70124f99540a05578856dc4717a4ad13a204 /documentation
parent4625985c4172c35da018b25a17b2e5ec273927cd (diff)
downloadpoky-4d44b6b9ffd58e630febb86503e6b6e5886a94ca.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: 8288c8cae7fe7303e89d8ed286de91fc26ce6cc3) 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