Docs: Bunch of small changes in documentation
- Move and rename requirements_docs.txt under /docs folder, preparing for RtD
- Update release process with a note of a branch life-time
- fix typos in 'note' directives
Signed-off-by: Anton Komlev <anton.komlev@arm.com>
Change-Id: I370acfbcd7a3d5c2e09ab84702e75b7cb049db35
diff --git a/docs/building/documentation_generation.rst b/docs/building/documentation_generation.rst
index 44ed546..967c338 100644
--- a/docs/building/documentation_generation.rst
+++ b/docs/building/documentation_generation.rst
@@ -19,7 +19,7 @@
- Graphviz dot v2.38.0 or later
- PlantUML v1.2018.11 or later
- Java runtime environment v1.8 or later (for running PlantUML)
- - Sphinx and other python modules, listed in ``tools/requirements_docs.txt``
+ - Sphinx and other python modules, listed in ``docs/requirements.txt``
Additionally, for PDFs format:
@@ -51,7 +51,7 @@
# Install the required Python modules
pip3 install --upgrade pip
cd trusted-firmware-m
- pip3 install -r tools/requirements_docs.txt
+ pip3 install -r docs/requirements.txt
.. group-tab:: Windows
@@ -77,7 +77,7 @@
# Install the required Python modules
pip3 install --upgrade pip
cd trusted-firmware-m
- pip3 install -r tools\requirements_docs.txt
+ pip3 install -r docs\requirements.txt
***************************
Build TF-M Reference Manual
@@ -222,4 +222,4 @@
--------------
-*Copyright (c) 2017-2021, Arm Limited. All rights reserved.*
+*Copyright (c) 2017-2023, Arm Limited. All rights reserved.*