From: Eric Debeau Date: Fri, 12 Jul 2019 15:42:00 +0000 (+0000) Subject: Merge "Add information on tox usage" X-Git-Tag: elalto.1.5.2~1942 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=94bef1308d5a285dd7a3e5c8c5395325867e0d5a;hp=08093354493bf1d7ea29f3e31139c6dbcecf446b;p=doc.git Merge "Add information on tox usage" --- 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 6f5b0d46e..af46d6404 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 @@ -497,12 +497,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.