diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2024-11-06 08:48:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-12 11:09:51 +0000 |
commit | b5cb33f1f4fbd9896cd6b5e53ac81efb7b41d150 (patch) | |
tree | cfe8ecaba73bab0c398e799603625ceea6ad1ac4 /documentation/downloads.rst | |
parent | c2fb6065027987aa10f20d5ded614a2af05e2319 (diff) | |
download | poky-b5cb33f1f4fbd9896cd6b5e53ac81efb7b41d150.tar.gz |
doc: add a download page for epub and pdf
These files are placed in the _static directory during publish. Note
that Sphinx does not complain if files do not exist during compilation
(since they are copied at the end). This is why this was used instead of
the ":download:" role.
(From yocto-docs rev: 3b9287eb5cde22cf5be48734d63efbd30c66ef06)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/downloads.rst')
-rw-r--r-- | documentation/downloads.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/downloads.rst b/documentation/downloads.rst new file mode 100644 index 0000000000..7ec978ef2d --- /dev/null +++ b/documentation/downloads.rst | |||
@@ -0,0 +1,11 @@ | |||
1 | .. SPDX-License-Identifier: CC-BY-SA-2.0-UK | ||
2 | |||
3 | ======================= | ||
4 | Documentation Downloads | ||
5 | ======================= | ||
6 | |||
7 | The documentation can be downloaded in file formats to be read offline or on | ||
8 | another device. The currently supported formats are linked below: | ||
9 | |||
10 | - `EPub <_static/TheYoctoProject.epub>`_ | ||
11 | - `PDF <_static/theyoctoproject.pdf>`_ | ||