summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPawel Wieczorek <p.wieczorek2@samsung.com>2019-07-10 16:31:27 +0200
committerEric Debeau <eric.debeau@orange.com>2019-07-12 15:42:13 +0000
commitf5e1e67ae414f2b0bda7c41f18b2bde872e3cd85 (patch)
tree0480b744d3fd501f23af5a4bcbc3ad1313d820f2 /docs
parent04a6bfd90cf417933446a9ad9b9d5a5616ce08b9 (diff)
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 <p.wieczorek2@samsung.com> (cherry picked from commit 6e823832889991483215c236be70892fa33335f8)
Diffstat (limited to 'docs')
-rw-r--r--docs/guides/onap-developer/how-to-use-docs/include-documentation.rst5
1 files 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 <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.