diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-07 12:44:48 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 10:09:34 +0100 |
commit | ad2e3e614696e098cb4ab1791cb402adaa16d033 (patch) | |
tree | 4f569bf5a63f66797c5ffb1bcd21e0f1894de377 /documentation/index.rst | |
parent | 721edcfd44a61c4ea7a88d4e46d35bbdbce99c56 (diff) | |
download | poky-ad2e3e614696e098cb4ab1791cb402adaa16d033.tar.gz |
sphinx: Add support for multiple docs version
Enhance the sphinx experience/nagivation with:
* Remove the pointless looking parts of breadcrumb navigtation
* Add a document type switcher to the breadcrumb navigation
* Add a version selection switch to the breadcrumb navigation
(From yocto-docs rev: 1823624bdb9ea002d44c9e6d0fd4cd662bff36ad)
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, 1 insertions, 1 deletions
diff --git a/documentation/index.rst b/documentation/index.rst index 151589addc..4e8b3647f4 100644 --- a/documentation/index.rst +++ b/documentation/index.rst | |||
@@ -40,7 +40,7 @@ Welcome to The Yocto Project's documentation! | |||
40 | :maxdepth: 1 | 40 | :maxdepth: 1 |
41 | :caption: 'Mega' Manual | 41 | :caption: 'Mega' Manual |
42 | 42 | ||
43 | All-in-one 'Mega' Manual <https://www.yoctoproject.org/docs/@VER@/singleindex.html> | 43 | All-in-one 'Mega' Manual <https://www.yoctoproject.org/docs/singleindex.html> |
44 | 44 | ||
45 | .. toctree:: | 45 | .. toctree:: |
46 | :maxdepth: 1 | 46 | :maxdepth: 1 |