diff options
author | Hagop Bozawglanian <hagop.bozawglanian@att.com> | 2019-09-04 21:17:28 +0000 |
---|---|---|
committer | Hagop Bozawglanian <hagop.bozawglanian@att.com> | 2019-09-05 21:37:53 +0000 |
commit | 4cc3e8874ccf55312b8dd2d9d8a8c158862f4af7 (patch) | |
tree | 9e96fbd36c2f5f3e620b74b93baf889b5d65a1bf /tox.ini | |
parent | a1432b7c0adcec97c1f95f308c937a5c3b8e1f70 (diff) |
DOC - Fixing doc linking issue
This might be a solution to why the doc project is not linking
to other projects. There is an incorrect submodule that does
not exist that is trying to be pulled, this updates that.
Issue-ID: DOC-548
Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
Change-Id: I055ce062b9a0ed205d35ae5bb0bb2ee51c30484c
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ whitelist_externals = [testenv:local] deps = -r{toxinidir}/etc/requirements.txt commands = - git submodule update --depth 1 --init + git submodule update --depth 100 --init sphinx-build -j 4 -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html echo "Generated docs available in {toxinidir}/docs/_build/html" whitelist_externals = |