mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
sphinx: fix custom term links
Some term links have custom 'text', and require manual update, since they were not caught by the generic Python regexp. (From yocto-docs rev: 519355ba9daf7630e8d477b2f6f511be51fd8b2e) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7b87ca796a
commit
4bf6fc5281
@@ -1548,7 +1548,7 @@ Typically, you will need to set the following variables:
|
||||
|
||||
- :term:`DESCRIPTION`
|
||||
|
||||
- ```LICENSE*`` <&YOCTO_DOCS_REF_URL;#var-LICENSE>`__
|
||||
- :term:`LICENSE* <LICENSE>`
|
||||
|
||||
- :term:`SRC_URI`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user