diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-09-01 14:19:20 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 10:09:34 +0100 |
commit | 721edcfd44a61c4ea7a88d4e46d35bbdbce99c56 (patch) | |
tree | 270f776a1e1d3b2c332214f904c6b1907d128394 /documentation/bsp-guide | |
parent | 18a484df634653f81d86bb5aa1a6ed7d44572f5a (diff) | |
download | poky-721edcfd44a61c4ea7a88d4e46d35bbdbce99c56.tar.gz |
sphinx: insert blank below between title and toc
Whenever a TOC follows a title/heading, a blank line is missing. So
let's add it explicitely.
(From yocto-docs rev: 600b6fe7837dd817d32350e1a45431bdcfe8ebbd)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r-- | documentation/bsp-guide/bsp-guide.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/bsp-guide/bsp-guide.rst b/documentation/bsp-guide/bsp-guide.rst index beb36aa671..435a399d52 100644 --- a/documentation/bsp-guide/bsp-guide.rst +++ b/documentation/bsp-guide/bsp-guide.rst | |||
@@ -4,6 +4,8 @@ | |||
4 | Yocto Project Board Support Package Developer's Guide | 4 | Yocto Project Board Support Package Developer's Guide |
5 | ===================================================== | 5 | ===================================================== |
6 | 6 | ||
7 | | | ||
8 | |||
7 | .. toctree:: | 9 | .. toctree:: |
8 | :caption: Table of Contents | 10 | :caption: Table of Contents |
9 | :numbered: | 11 | :numbered: |