diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2024-11-14 16:02:09 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-11-18 06:59:35 -0800 |
commit | d1c25a3ce446a23e453e40ac2ba8f22b0e7ccefd (patch) | |
tree | 6ca76d6eb9bc56752507c31c0959d219dd15086a /documentation | |
parent | bc6bd220a0cdc98e5d46319c6a091a44740a3e7a (diff) | |
download | poky-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.rst | 2 |
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. | |||
19 | To prevent this, use ``bblock`` to lock specific tasks or recipes to | 19 | To prevent this, use ``bblock`` to lock specific tasks or recipes to |
20 | specific signatures, forcing BitBake to use the sstate cache for them. | 20 | specific 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 | ||