Add information on tox usage 81/91381/1
authorPawel Wieczorek <p.wieczorek2@samsung.com>
Wed, 10 Jul 2019 14:31:27 +0000 (16:31 +0200)
committerEric Debeau <eric.debeau@orange.com>
Fri, 12 Jul 2019 15:42:13 +0000 (15:42 +0000)
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>
(cherry picked from commit 6e823832889991483215c236be70892fa33335f8)

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.