diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2025-06-23 12:27:40 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-30 17:44:22 +0100 |
commit | 2e386aea799c6d39d48a4c74be353a615ea40db3 (patch) | |
tree | 827d5339ad35e929c0c440acdf65bedd18268b8e /documentation/dev-manual | |
parent | a9f3aa89b36a89b7bbc165d4e0686bea2d605f1c (diff) | |
download | poky-2e386aea799c6d39d48a4c74be353a615ea40db3.tar.gz |
dev-manual: fix broken rendering of bullet point
Tweak the formatting of the bullet point title so that it renders both
the term and the bolding properly.
(From yocto-docs rev: 68068c5ab4f4c46c57bc055bd663f8e66096dd20)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/building.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/building.rst b/documentation/dev-manual/building.rst index c90b3ad400..32c7aa5da0 100644 --- a/documentation/dev-manual/building.rst +++ b/documentation/dev-manual/building.rst | |||
@@ -591,7 +591,7 @@ If build speed and package feed maintenance are considerations, you | |||
591 | should consider the points in this section that can help you optimize | 591 | should consider the points in this section that can help you optimize |
592 | your tunings to best consider build times and package feed maintenance. | 592 | your tunings to best consider build times and package feed maintenance. |
593 | 593 | ||
594 | - *Share the :term:`Build Directory`:* If at all possible, share the | 594 | - *Share the* :term:`Build Directory` *:* If at all possible, share the |
595 | :term:`TMPDIR` across builds. The Yocto Project supports switching between | 595 | :term:`TMPDIR` across builds. The Yocto Project supports switching between |
596 | different :term:`MACHINE` values in the same :term:`TMPDIR`. This practice | 596 | different :term:`MACHINE` values in the same :term:`TMPDIR`. This practice |
597 | is well supported and regularly used by developers when building for | 597 | is well supported and regularly used by developers when building for |