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/index.rst | |
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/index.rst')
-rw-r--r-- | documentation/index.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/index.rst b/documentation/index.rst index 7863fbc4ea..151589addc 100644 --- a/documentation/index.rst +++ b/documentation/index.rst | |||
@@ -8,6 +8,8 @@ | |||
8 | Welcome to The Yocto Project's documentation! | 8 | Welcome to The Yocto Project's documentation! |
9 | ============================================= | 9 | ============================================= |
10 | 10 | ||
11 | | | ||
12 | |||
11 | .. toctree:: | 13 | .. toctree:: |
12 | :maxdepth: 1 | 14 | :maxdepth: 1 |
13 | :caption: Introduction and Overview | 15 | :caption: Introduction and Overview |