diff options
author | Eric Debeau <eric.debeau@orange.com> | 2019-07-12 19:44:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-12 19:44:31 +0000 |
commit | 7cde4bb10c37856d2ac006395baefef72621af75 (patch) | |
tree | 9d04ef2ec14e87bf54a47b9560c196e06b85a2aa /docs | |
parent | f1af43d5909f6126c9b5e8f280676af0adf8f722 (diff) | |
parent | f5e1e67ae414f2b0bda7c41f18b2bde872e3cd85 (diff) |
Merge "Add information on tox usage" into dublin
Diffstat (limited to 'docs')
-rw-r--r-- | docs/guides/onap-developer/how-to-use-docs/include-documentation.rst | 5 |
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 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 <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. |