Clarify the steps to build the docs locally

* Add `cd docs/`
* Install all requirements with `pip install -r requirements.txt`
This commit is contained in:
Jeremy Tuloup
2019-06-13 11:59:37 +02:00
parent cd503da874
commit b4a87b8c62

View File

@@ -48,11 +48,12 @@ documentation is transformed into HTML, PDF, and any other output format.
__ http://sphinx-doc.org/
__ http://docutils.sourceforge.net/
To build the documentation locally, install Sphinx:
To build the documentation locally, install the Sphinx dependencies:
.. code-block:: console
$ pip install Sphinx
$ cd docs/
$ pip install -r requirements.txt
Then from the ``docs`` directory, build the HTML: