Merge pull request #370 from jtpio/doc-requirements

Clarify the steps to build the docs locally
This commit is contained in:
Yuvi Panda
2019-06-13 05:14:09 -07:00
committed by GitHub

View File

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