[PATCH] docs: fix 'make htmldocs' warning in leds

Praghadeesh T K S posted 1 patch 3 years, 9 months ago
Documentation/leds/index.rst | 1 +
1 file changed, 1 insertion(+)
[PATCH] docs: fix 'make htmldocs' warning in leds
Posted by Praghadeesh T K S 3 years, 9 months ago
Fix following 'make htmldocs' warnings:
./Documentation/leds/leds-qcom-lpg.rst: WARNING:
document isn't included in any toctree

Signed-off-by: Praghadeesh T K S <praghadeeshthevendria@gmail.com>
---
 Documentation/leds/index.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/leds/index.rst b/Documentation/leds/index.rst
index e5d63b9..b9ca081 100644
--- a/Documentation/leds/index.rst
+++ b/Documentation/leds/index.rst
@@ -26,3 +26,4 @@ LEDs
    leds-lp55xx
    leds-mlxcpld
    leds-sc27xx
+   leds-qcom-lpg
-- 
2.25.1
Re: [PATCH] docs: fix 'make htmldocs' warning in leds
Posted by Bagas Sanjaya 3 years, 9 months ago
On 6/28/22 04:43, Praghadeesh T K S wrote:
> Fix following 'make htmldocs' warnings:
> ./Documentation/leds/leds-qcom-lpg.rst: WARNING:
> document isn't included in any toctree
> 
> Signed-off-by: Praghadeesh T K S <praghadeeshthevendria@gmail.com>
> ---
>  Documentation/leds/index.rst | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/leds/index.rst b/Documentation/leds/index.rst
> index e5d63b9..b9ca081 100644
> --- a/Documentation/leds/index.rst
> +++ b/Documentation/leds/index.rst
> @@ -26,3 +26,4 @@ LEDs
>     leds-lp55xx
>     leds-mlxcpld
>     leds-sc27xx
> +   leds-qcom-lpg

Hi,

I had already sent the fix at [1] (resend at [2]). Thanks anyway.

[1]: https://lore.kernel.org/linux-doc/20220604015735.249707-1-bagasdotme@gmail.com/
[2]: https://lore.kernel.org/linux-doc/20220612000125.9777-1-bagasdotme@gmail.com/

-- 
An old man doll... just what I always wanted! - Clara
Re: [PATCH] docs: fix 'make htmldocs' warning in leds
Posted by Praghadeesh T K S 3 years, 9 months ago
On Tue, Jun 28, 2022 at 07:31:54AM +0700, Bagas Sanjaya wrote:
> On 6/28/22 04:43, Praghadeesh T K S wrote:
> > Fix following 'make htmldocs' warnings:
> > ./Documentation/leds/leds-qcom-lpg.rst: WARNING:
> > document isn't included in any toctree
> > 
> > Signed-off-by: Praghadeesh T K S <praghadeeshthevendria@gmail.com>
> > ---
> >  Documentation/leds/index.rst | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/Documentation/leds/index.rst b/Documentation/leds/index.rst
> > index e5d63b9..b9ca081 100644
> > --- a/Documentation/leds/index.rst
> > +++ b/Documentation/leds/index.rst
> > @@ -26,3 +26,4 @@ LEDs
> >     leds-lp55xx
> >     leds-mlxcpld
> >     leds-sc27xx
> > +   leds-qcom-lpg
> 
> Hi,
> 
> I had already sent the fix at [1] (resend at [2]). Thanks anyway.
> 
> [1]: https://lore.kernel.org/linux-doc/20220604015735.249707-1-bagasdotme@gmail.com/
> [2]: https://lore.kernel.org/linux-doc/20220612000125.9777-1-bagasdotme@gmail.com/
> 
> -- 
> An old man doll... just what I always wanted! - Clara

Hi,

Thanks for your reply.

Thanks,
Praghadeesh