diff mbox series

[v5,6/6] doc: board: add rockchip subfolder

Message ID 20200212151433.9713-7-igor.opaniuk@gmail.com
State Not Applicable
Delegated to: Bin Meng
Headers show
Series doc: board: toradex reST documentation | expand

Commit Message

Igor Opaniuk Feb. 12, 2020, 3:14 p.m. UTC
From: Igor Opaniuk <igor.opaniuk@toradex.com>

This fixes a warning when invoking make htmldocs:
checking consistency...
doc/board/rockchip/index.rst: WARNING: document isn't included in any toctree

Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---

 doc/board/index.rst | 1 +
 1 file changed, 1 insertion(+)

Comments

Oleksandr Suvorov Feb. 12, 2020, 3:48 p.m. UTC | #1
On Wed, Feb 12, 2020 at 5:15 PM Igor Opaniuk <igor.opaniuk@gmail.com> wrote:
>
> From: Igor Opaniuk <igor.opaniuk@toradex.com>
>
> This fixes a warning when invoking make htmldocs:
> checking consistency...
> doc/board/rockchip/index.rst: WARNING: document isn't included in any toctree
>
> Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
> ---
>
>  doc/board/index.rst | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/doc/board/index.rst b/doc/board/index.rst
> index f2f5907b8c..f061e8ecfc 100644
> --- a/doc/board/index.rst
> +++ b/doc/board/index.rst
> @@ -14,6 +14,7 @@ Board-specific doc
>     google/index
>     intel/index
>     renesas/index
> +   rockchip/index
>     sifive/index
>     toradex/index
>     xilinx/index
> --
> 2.17.1
>
Bin Meng Feb. 20, 2020, 1:14 p.m. UTC | #2
On Wed, Feb 12, 2020 at 11:14 PM Igor Opaniuk <igor.opaniuk@gmail.com> wrote:
>
> From: Igor Opaniuk <igor.opaniuk@toradex.com>
>
> This fixes a warning when invoking make htmldocs:
> checking consistency...
> doc/board/rockchip/index.rst: WARNING: document isn't included in any toctree
>
> Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>
>  doc/board/index.rst | 1 +
>  1 file changed, 1 insertion(+)
>

This patch does not apply as there is one already in the mainline.
Heinrich did the same below, but not sure how he gave a RB tag to this
one as well :)

Will drop this patch.

commit 7d92204bc0eb0a775810f887838a93a218a22f96
Author: Heinrich Schuchardt <xypron.glpk@gmx.de>
Date:   Fri Feb 7 21:25:09 2020 +0100

    doc: board: add Rockchip to doc/board/index.rst

    Fix a build error

Regards,
Bin
diff mbox series

Patch

diff --git a/doc/board/index.rst b/doc/board/index.rst
index f2f5907b8c..f061e8ecfc 100644
--- a/doc/board/index.rst
+++ b/doc/board/index.rst
@@ -14,6 +14,7 @@  Board-specific doc
    google/index
    intel/index
    renesas/index
+   rockchip/index
    sifive/index
    toradex/index
    xilinx/index