diff --git a/Documentation/contributing/documentation.rst b/Documentation/contributing/documentation.rst index b63f9f7122b..e17d6e27836 100644 --- a/Documentation/contributing/documentation.rst +++ b/Documentation/contributing/documentation.rst @@ -20,7 +20,7 @@ To render the Documentation locally, you should clone the NuttX main repository project `site `_. .. code-block:: console - + $ pip3 install pipenv $ cd Documentation/ $ # install the dependencies into a virtual environment @@ -28,7 +28,15 @@ To render the Documentation locally, you should clone the NuttX main repository $ # activate the virtual environment $ pipenv shell - 2. Build documentation: + 2. `Install the PlantUML tool `_ + (used to render UML diagrams) and ensure it is on your ``PATH``. + + .. code:: console + + $ sudo apt install plantuml + $ plantuml -version + + 3. Build documentation: .. code-block:: console