* [PATCH] yp-intro: new doc reference is missing leading slash
@ 2025-06-18 7:47 Robert P. J. Day
2025-06-18 7:54 ` Robert P. J. Day
2025-06-24 7:22 ` Antonin Godard
0 siblings, 2 replies; 4+ messages in thread
From: Robert P. J. Day @ 2025-06-18 7:47 UTC (permalink / raw)
To: YP docs mailing list
The new ":doc:" reference for yocto-project-supported-features appears
to be missing a leading slash, causing HTML generation to fail.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
---
diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst
index 15dfb3a6b..40e9693a8 100644
--- a/documentation/overview-manual/yp-intro.rst
+++ b/documentation/overview-manual/yp-intro.rst
@@ -51,7 +51,7 @@ Here are features and advantages of the Yocto Project:
RISC-V and other architectures. Most ODMs, OSVs, and chip vendors create and
supply BSPs that support their hardware. If you have custom silicon, you can
create a BSP that supports that architecture. See
- :doc:`ref-manual/yocto-project-supported-features` for details on the level
+ :doc:`/ref-manual/yocto-project-supported-features` for details on the level
of support for some of these architectures.
Aside from broad architecture support, the Yocto Project fully
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] yp-intro: new doc reference is missing leading slash
2025-06-18 7:47 [PATCH] yp-intro: new doc reference is missing leading slash Robert P. J. Day
@ 2025-06-18 7:54 ` Robert P. J. Day
2025-06-18 11:01 ` [docs] " Antonin Godard
2025-06-24 7:22 ` Antonin Godard
1 sibling, 1 reply; 4+ messages in thread
From: Robert P. J. Day @ 2025-06-18 7:54 UTC (permalink / raw)
To: YP docs mailing list
On Wed, 18 Jun 2025, Robert P. J. Day wrote:
>
> The new ":doc:" reference for yocto-project-supported-features appears
> to be missing a leading slash, causing HTML generation to fail.
>
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
>
> ---
>
> diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst
> index 15dfb3a6b..40e9693a8 100644
> --- a/documentation/overview-manual/yp-intro.rst
> +++ b/documentation/overview-manual/yp-intro.rst
> @@ -51,7 +51,7 @@ Here are features and advantages of the Yocto Project:
> RISC-V and other architectures. Most ODMs, OSVs, and chip vendors create and
> supply BSPs that support their hardware. If you have custom silicon, you can
> create a BSP that supports that architecture. See
> - :doc:`ref-manual/yocto-project-supported-features` for details on the level
> + :doc:`/ref-manual/yocto-project-supported-features` for details on the level
> of support for some of these architectures.
>
> Aside from broad architecture support, the Yocto Project fully
>
*Sigh* ... never mind, should have checked master-next.
rday
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [docs] [PATCH] yp-intro: new doc reference is missing leading slash
2025-06-18 7:54 ` Robert P. J. Day
@ 2025-06-18 11:01 ` Antonin Godard
0 siblings, 0 replies; 4+ messages in thread
From: Antonin Godard @ 2025-06-18 11:01 UTC (permalink / raw)
To: Robert P. J. Day, YP docs mailing list
On Wed Jun 18, 2025 at 9:54 AM CEST, Robert P. J. Day wrote:
> On Wed, 18 Jun 2025, Robert P. J. Day wrote:
>
>>
>> The new ":doc:" reference for yocto-project-supported-features appears
>> to be missing a leading slash, causing HTML generation to fail.
>>
>> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
>>
>> ---
>>
>> diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst
>> index 15dfb3a6b..40e9693a8 100644
>> --- a/documentation/overview-manual/yp-intro.rst
>> +++ b/documentation/overview-manual/yp-intro.rst
>> @@ -51,7 +51,7 @@ Here are features and advantages of the Yocto Project:
>> RISC-V and other architectures. Most ODMs, OSVs, and chip vendors create and
>> supply BSPs that support their hardware. If you have custom silicon, you can
>> create a BSP that supports that architecture. See
>> - :doc:`ref-manual/yocto-project-supported-features` for details on the level
>> + :doc:`/ref-manual/yocto-project-supported-features` for details on the level
>> of support for some of these architectures.
>>
>> Aside from broad architecture support, the Yocto Project fully
>>
> *Sigh* ... never mind, should have checked master-next.
No, you're right, this was indeed broken on master.
Thanks for the fix,
Antonin
--
Antonin Godard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] yp-intro: new doc reference is missing leading slash
2025-06-18 7:47 [PATCH] yp-intro: new doc reference is missing leading slash Robert P. J. Day
2025-06-18 7:54 ` Robert P. J. Day
@ 2025-06-24 7:22 ` Antonin Godard
1 sibling, 0 replies; 4+ messages in thread
From: Antonin Godard @ 2025-06-24 7:22 UTC (permalink / raw)
To: docs, Robert P. J. Day; +Cc: Thomas Petazzoni, Antonin Godard
On Wed, 18 Jun 2025 03:47:41 -0400, Robert P. J. Day wrote:
> The new ":doc:" reference for yocto-project-supported-features appears
> to be missing a leading slash, causing HTML generation to fail.
>
>
Applied, thanks!
[1/1] yp-intro: new doc reference is missing leading slash
commit: 4114399711ff82893a10c9eba0ff66c9af7b1c9e
Best regards,
--
Antonin Godard <antonin.godard@bootlin.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-06-24 7:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-18 7:47 [PATCH] yp-intro: new doc reference is missing leading slash Robert P. J. Day
2025-06-18 7:54 ` Robert P. J. Day
2025-06-18 11:01 ` [docs] " Antonin Godard
2025-06-24 7:22 ` Antonin Godard
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.