All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: add rst references to distro documentation in stm32mp1 board
@ 2023-01-24  9:16 Patrick Delaunay
  2023-01-24 10:13 ` Patrice CHOTARD
  0 siblings, 1 reply; 2+ messages in thread
From: Patrick Delaunay @ 2023-01-24  9:16 UTC (permalink / raw)
  To: u-boot
  Cc: Patrick Delaunay, Dillon Min, Kamil Lulko, Patrice Chotard,
	Vikas Manocha, uboot-stm32

Use internal rst reference with :doc: to have a link to distro.rst page
in the generated U-Boot documentation.

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
---

 doc/board/st/stm32mp1.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/board/st/stm32mp1.rst b/doc/board/st/stm32mp1.rst
index 3f70634d2836..c0b1daa0418e 100644
--- a/doc/board/st/stm32mp1.rst
+++ b/doc/board/st/stm32mp1.rst
@@ -478,7 +478,8 @@ or:
   +-------+--------+---------+------------------------+------------------------+
 
 And the 4th partition (Rootfs) is marked bootable with a file extlinux.conf
-following the Generic Distribution feature (doc/develop/distro.rst for use).
+following the Generic Distribution feature (see :doc:`../../develop/distro` for
+use).
 
 The size of fip or ssbl partition must be enough for the associated binary file,
 4MB and 2MB are default values.
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-24 10:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-24  9:16 [PATCH] doc: add rst references to distro documentation in stm32mp1 board Patrick Delaunay
2023-01-24 10:13 ` Patrice CHOTARD

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.