doc: Add reference in toplevel README.rst to install_py_requirements

In the section 'Documentation presentation theme' put a reference to
'install_py_requirements' section in the getting start guide.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Kumar Gala 2020-02-07 18:55:19 -06:00 committed by Johan Hedberg
commit af16c3b3e7
2 changed files with 5 additions and 4 deletions

View file

@ -117,9 +117,8 @@ Sphinx supports easy customization of the generated documentation
appearance through the use of themes. Replace the theme files and do appearance through the use of themes. Replace the theme files and do
another ``make htmldocs`` and the output layout and style is changed. another ``make htmldocs`` and the output layout and style is changed.
The ``read-the-docs`` theme is installed as part of the The ``read-the-docs`` theme is installed as part of the
``requirements.txt`` list above, and will be used if it's available, for :ref:`install_py_requirements` step you took in the getting started
local doc generation. guide.
Running the documentation processors Running the documentation processors
************************************ ************************************

View file

@ -246,6 +246,8 @@ directory using west:
cd zephyrproject cd zephyrproject
west update west update
.. _install_py_requirements:
.. rst-class:: numbered-step .. rst-class:: numbered-step
Install needed Python packages Install needed Python packages