Merge "Add information on tox usage"
authorEric Debeau <eric.debeau@orange.com>
Fri, 12 Jul 2019 15:42:00 +0000 (15:42 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 12 Jul 2019 15:42:00 +0000 (15:42 +0000)
docs/guides/onap-developer/how-to-use-docs/include-documentation.rst

index 6f5b0d4..af46d64 100644 (file)
@@ -497,12 +497,11 @@ All Documentation
 -----------------
 To build the all documentation under doc/, follow these steps:
 
-Install virtual environment.
+Install `tox <https://pypi.org/project/tox>`_.
 
 .. code-block:: bash
 
-   sudo pip install virtualenv
-   cd /local/repo/path/to/project
+   sudo pip install tox
 
 Download the DOC repository.