diff options
author | Eric Debeau <eric.debeau@orange.com> | 2019-07-12 15:42:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-12 15:42:00 +0000 |
commit | 94bef1308d5a285dd7a3e5c8c5395325867e0d5a (patch) | |
tree | 20e8abf7ffcc7e85fd4de3c303285cf1bc513d8b /docs/guides/onap-developer | |
parent | 08093354493bf1d7ea29f3e31139c6dbcecf446b (diff) | |
parent | 6e823832889991483215c236be70892fa33335f8 (diff) |
Merge "Add information on tox usage"
Diffstat (limited to 'docs/guides/onap-developer')
-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. |