summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-release-process.rst
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-07-30 13:37:11 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 10:09:34 +0100
commit28afbf81ecb34add93f5eed2c1a41ec5f278d0a7 (patch)
tree62804dd25f10e4a3781268549cde2aba8bafcb03 /documentation/ref-manual/ref-release-process.rst
parent283ed72d487ed78d4f8e0fcc17f635d6c212b7c6 (diff)
downloadpoky-28afbf81ecb34add93f5eed2c1a41ec5f278d0a7.tar.gz
sphinx: fix links when the link text should be displayed
When an hyperlink should be display in the output, there is no need to any specific syntax or marker, the parser finds links and mail addresses in ordinary text. Somehow the conversion from pandoc generated wrong output in the form: ` <link>`__. This patch is generated using the following Python regexp: line = re.sub("` <(https?://.*)>`__", "\\1", line) (From yocto-docs rev: a35d735a74425dff34c63c086947624467658c40) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-release-process.rst')
-rw-r--r--documentation/ref-manual/ref-release-process.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-release-process.rst b/documentation/ref-manual/ref-release-process.rst
index 832f011918..7b33c0ae6b 100644
--- a/documentation/ref-manual/ref-release-process.rst
+++ b/documentation/ref-manual/ref-release-process.rst
@@ -54,7 +54,7 @@ codename are likely to be compatible and thus work together.
54Releases are given a nominal release version as well but the codename is 54Releases are given a nominal release version as well but the codename is
55used in repositories for this reason. You can find information on Yocto 55used in repositories for this reason. You can find information on Yocto
56Project releases and codenames at 56Project releases and codenames at
57` <https://wiki.yoctoproject.org/wiki/Releases>`__. 57https://wiki.yoctoproject.org/wiki/Releases.
58 58
59Stable Release Process 59Stable Release Process
60====================== 60======================
@@ -84,7 +84,7 @@ Community LTS trees and branches exist where community members share
84patches for older releases. However, these types of patches do not go 84patches for older releases. However, these types of patches do not go
85through the same release process as do point releases. You can find more 85through the same release process as do point releases. You can find more
86information about stable branch maintenance at 86information about stable branch maintenance at
87` <https://wiki.yoctoproject.org/wiki/Stable_branch_maintenance>`__. 87https://wiki.yoctoproject.org/wiki/Stable_branch_maintenance.
88 88
89Testing and Quality Assurance 89Testing and Quality Assurance
90============================= 90=============================