From b998afdc045865eb08fec1102baa8ed3e1f5249f Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis Date: Fri, 30 Aug 2024 11:40:15 -0300 Subject: [PATCH] doc: Fix Documentation build procedure User reported an issue caused by not clear documentation: https://github.com/apache/nuttx/issues/13232 --- Documentation/contributing/documentation.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/contributing/documentation.rst b/Documentation/contributing/documentation.rst index 6f57b1d96f1..8abc88c615a 100644 --- a/Documentation/contributing/documentation.rst +++ b/Documentation/contributing/documentation.rst @@ -31,6 +31,7 @@ go into ``Documentation`` directory. Then, .. code-block:: console + $ cd Documentation/ $ make html The resulting HTMLs will end up under ``_build/html``. You can open your browser at the root with: