diff options
author | Rich Bennett <rb2745@att.com> | 2017-10-24 10:08:26 -0400 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2017-10-24 10:13:00 -0400 |
commit | 082a34dfad1be76bec56865a6bebd2139016aeef (patch) | |
tree | 968382eb8709b662dbe277a5fac2a854d6767507 /docs/guides/onap-developer/how-to-use-docs | |
parent | 636fe80bae71dee29cc47cb96e9ee7246eb35ca0 (diff) |
Integrate CLAMP added templates
Integrate templates into Architeture and Release Notes
Remove excluded path auth/aaf.git for master branch
Change-Id: I49b7ee43823e27b99a7b20dff7d955e16691d912
Issue-ID: DOC-110
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 | 2 |
1 files changed, 1 insertions, 1 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 aa2def9d7..4a7300d16 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 @@ -402,7 +402,7 @@ Update submodules, build documentation using tox & then open using any browser. .. code-block:: bash cd doc - git submodule update --init + git submodule update --depth 1 --init tox -edocs firefox docs/_build/html/index.html |