Message ID | 5bd4e038-fd6c-5ec4-cc6d-c1b1726f6e6e@crashcourse.ca |
---|---|
State | Under Review |
Headers | show |
Series | dev-manual: fix broken rendering of bullet point | expand |
Hi Robert, On 6/23/25 6:27 PM, Robert P. J. Day via lists.yoctoproject.org wrote: > > Tweak the formatting of the bullet point title so that it renders both > the term and the bolding properly. > Thanks for sending the patch. Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Thanks! Quentin
diff --git a/documentation/dev-manual/building.rst b/documentation/dev-manual/building.rst index 865d2e1b6..75a17ecd4 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 should consider the points in this section that can help you optimize your tunings to best consider build times and package feed maintenance. -- *Share the :term:`Build Directory`:* If at all possible, share the +- *Share the* :term:`Build Directory` *:* If at all possible, share the :term:`TMPDIR` across builds. The Yocto Project supports switching between different :term:`MACHINE` values in the same :term:`TMPDIR`. This practice is well supported and regularly used by developers when building for
Tweak the formatting of the bullet point title so that it renders both the term and the bolding properly. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> ---