From 6e823832889991483215c236be70892fa33335f8 Mon Sep 17 00:00:00 2001
From: Pawel Wieczorek
Date: Wed, 10 Jul 2019 16:31:27 +0200
Subject: Add information on tox usage
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
---
docs/guides/onap-developer/how-to-use-docs/include-documentation.rst | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst b/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst
index d61cb9cff..97a9d7356 100644
--- a/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst
+++ b/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst
@@ -494,12 +494,11 @@ All Documentation
-----------------
To build the all documentation under doc/, follow these steps:
-Install virtual environment.
+Install `tox `_.
.. code-block:: bash
- sudo pip install virtualenv
- cd /local/repo/path/to/project
+ sudo pip install tox
Download the DOC repository.
--
cgit 1.2.3-korg