From: Pawel Wieczorek Date: Wed, 10 Jul 2019 14:31:27 +0000 (+0200) Subject: Add information on tox usage X-Git-Tag: elalto.1.5.2~1942^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6e823832889991483215c236be70892fa33335f8;p=doc.git 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 --- 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.