diff mbox series

[v3,5/5] doc: board: add rockchip subfolder

Message ID 20200211151955.8203-5-igor.opaniuk@gmail.com
State Superseded
Delegated to: Bin Meng
Headers show
Series [v3,1/5] doc: board: colibri_imx7: add readme.rst | expand

Commit Message

Igor Opaniuk Feb. 11, 2020, 3:19 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>
---

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

Comments

Heinrich Schuchardt Feb. 11, 2020, 4:48 p.m. UTC | #1
On 2/11/20 4:19 PM, Igor Opaniuk 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>

I stumbled over the same issue:
https://lists.denx.de/pipermail/u-boot/2020-February/399494.html

Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Heinrich Schuchardt Feb. 11, 2020, 5:07 p.m. UTC | #2
On 2/11/20 5:48 PM, Heinrich Schuchardt wrote:
> On 2/11/20 4:19 PM, Igor Opaniuk 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>
>
> I stumbled over the same issue:
> https://lists.denx.de/pipermail/u-boot/2020-February/399494.html
>
> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

ERROR: DOS line endings
#121: FILE: doc/board/index.rst:17:
+   rockchip/index^M$

Best regards

Heinrich Schuchardt
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