diff options
author | Rich Bennett <rb2745@att.com> | 2019-03-08 17:03:58 -0500 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2019-03-08 20:43:01 -0500 |
commit | 50d0d881cbde21ac79203898dc3dfea9c314d5e0 (patch) | |
tree | 8c1457391d64acc2639a217628aaa162f0610a77 /docs/guides/onap-developer/how-to-use-docs | |
parent | a95ef12e662d825697fd7d1038dbb0a4434a39fa (diff) |
Advance submodule references
Advance submodule references of recently added repos
Remove conf2.py no longer used.
Clarify what tox -elocal does with submodules
Add branch and ignore properties for recently added repos
Change-Id: I9f40fea10ae515d72766c9c6e0e5771ad12ccc27
Issue-ID: DOC-414
Signed-off-by: Rich Bennett <rb2745@att.com>
Diffstat (limited to 'docs/guides/onap-developer/how-to-use-docs')
-rw-r--r-- | docs/guides/onap-developer/how-to-use-docs/include-documentation.rst | 6 |
1 files changed, 4 insertions, 2 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 35c833cf9..896c23170 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 @@ -492,11 +492,13 @@ Build documentation using tox local environment & then open using any browser. firefox docs/_build/html/index.html .. note:: Make sure to run `tox -elocal` and not just `tox`. + This updates all submodule repositories that are integrated + by the doc project. There are additional tox environment options for checking External URLs and Spelling. Use the tox environment options below and then -look at the output with the Linux `more` or similar command for -scanning for output that applies to the files you are validating. +look at the output with the Linux `more` or similar command +scan for output that applies to the files you are validating. .. code-block:: bash |