Add information on tox usage 64/91164/4
authorPawel Wieczorek <p.wieczorek2@samsung.com>
Wed, 10 Jul 2019 14:31:27 +0000 (16:31 +0200)
committerPawel Wieczorek <p.wieczorek2@samsung.com>
Thu, 11 Jul 2019 08:27:19 +0000 (10:27 +0200)
This patch also adds link to Python Package Index (like for doc8
package) and removes no longer necessary directory change.

Issue-ID: DOC-502
Change-Id: Ibfeda01256babebd3e5224fe766c740bc738e2e8
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
docs/guides/onap-developer/how-to-use-docs/include-documentation.rst

index d61cb9c..97a9d73 100644 (file)
@@ -494,12 +494,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.