diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2024-11-14 16:02:09 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-15 11:16:58 +0000 |
commit | b9b59b5a8bdfa2666477018e7175c5036376807c (patch) | |
tree | f34e7d1687b40504dae5139a23225fbd2f9976a7 /documentation | |
parent | adc323dd4d254001872150ddfd53ec978d688bda (diff) | |
download | poky-b9b59b5a8bdfa2666477018e7175c5036376807c.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: 7d5eb0cee5b2b7096969819d7d7ce569a3c92f27)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 | ||