From patchwork Wed Feb 12 14:40:34 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Igor Opaniuk X-Patchwork-Id: 236242 List-Id: U-Boot discussion From: igor.opaniuk at gmail.com (Igor Opaniuk) Date: Wed, 12 Feb 2020 16:40:34 +0200 Subject: [PATCH v4 6/6] doc: board: add rockchip subfolder In-Reply-To: <20200212144034.17291-1-igor.opaniuk@gmail.com> References: <20200212144034.17291-1-igor.opaniuk@gmail.com> Message-ID: <20200212144034.17291-7-igor.opaniuk@gmail.com> From: Igor Opaniuk 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 Reviewed-by: Heinrich Schuchardt --- 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