diff --git a/doc/guides/documentation/index.rst b/doc/guides/documentation/index.rst index ac9b9713897..eb17b5773ce 100644 --- a/doc/guides/documentation/index.rst +++ b/doc/guides/documentation/index.rst @@ -3,6 +3,10 @@ Documentation Guidelines ######################## +.. note:: + + For instructions on building the documentation, see :ref:`zephyr_doc`. + Zephyr Project content is written using the `reStructuredText`_ markup language (.rst file extension) with Sphinx extensions, and processed using Sphinx to create a formatted standalone website. Developers can @@ -602,3 +606,5 @@ Put your right hand in See the :zephyr_raw:`doc/getting_started/index.rst` source file and compare with the :ref:`getting_started` to see a full example. As implemented, only one set of numbered steps is intended per document. + +For instructions on building the documentation, see :ref:`zephyr_doc`.