From 164145b97e2f65f602279cc4aaac400a86b95b80 Mon Sep 17 00:00:00 2001 From: Anand Jain Date: Tue, 19 Nov 2024 14:56:17 +0800 Subject: [PATCH] btrfs-progs: docs: fix doc build errors correct hyperlink formatting Making all in Documentation [SPHINX] man Documentation/Kernel-by-version.rst:: ERROR: Anonymous hyperlink mismatch: 10 references but 0 targets. See "backrefs" attribute for IDs. [PY] libbtrfsutil The build is complaining about the missing space after (2) and , as shown in the example below: v6.10-rc3 (2)__, The compiler interprets this as a backref attribute. Add a space to make it render as text. Signed-off-by: Anand Jain Signed-off-by: David Sterba --- Documentation/Kernel-by-version.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Documentation/Kernel-by-version.rst b/Documentation/Kernel-by-version.rst index d1adc3ee6..1066a8a22 100644 --- a/Documentation/Kernel-by-version.rst +++ b/Documentation/Kernel-by-version.rst @@ -558,8 +558,8 @@ Fixes: ^^^^^^^^^^^^^^ Pull requests: -`v6.9-rc1 (1)`__, -`v6.9-rc1 (2)`__, +`v6.9-rc1 (1) `__, +`v6.9-rc1 (2) `__, `v6.9-rc2 `__, `v6.9-rc3 `__, `v6.9-rc5 `__, @@ -596,14 +596,14 @@ Other notable changes: ^^^^^^^^^^^^^^^ Pull requests: -`v6.10-rc1 (1)`__, -`v6.10-rc1 (2)`__, -`v6.10-rc3 (1)`__, -`v6.10-rc3 (2)`__, +`v6.10-rc1 (1) `__, +`v6.10-rc1 (2) `__, +`v6.10-rc3 (1) `__, +`v6.10-rc3 (2) `__, `v6.10-rc5 `__, `v6.10-rc6 `__, -`v6.10-rc7 (1)`__, -`v6.10-rc7 (2)`__, +`v6.10-rc7 (1) `__, +`v6.10-rc7 (2) `__, `v6.10-rc8 `__, Performance improvements: @@ -632,8 +632,8 @@ Notable fixes or changes: ^^^^^^^^^^^^^^^ Pull requests: -`v6.11-rc1 (1)`__, -`v6.11-rc1 (2)`__, +`v6.11-rc1 (1) `__, +`v6.11-rc1 (2) `__, `v6.11-rc2 `__, `v6.11-rc3 `__, `v6.11-rc4 `__,