diff options
author | 2017-10-24 14:28:33 +0000 | |
---|---|---|
committer | 2017-10-24 14:28:33 +0000 | |
commit | 89b8d027066f3659d3ca5a89ebd263e2bf4b27fc (patch) | |
tree | 70756f84774e0cdecdcff673b1e4ef2bf0e41151 /docs/guides/onap-developer/how-to-use-docs/include-documentation.rst | |
parent | ba3bdc5c58dc6b91ca0e88dc9b4e9d9ec9ed9702 (diff) | |
parent | 082a34dfad1be76bec56865a6bebd2139016aeef (diff) |
Merge "Integrate CLAMP added templates"
Diffstat (limited to 'docs/guides/onap-developer/how-to-use-docs/include-documentation.rst')
-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 |