summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorHagop Bozawglanian <hagop.bozawglanian@att.com>2019-09-04 21:17:28 +0000
committerHagop Bozawglanian <hagop.bozawglanian@att.com>2019-09-05 21:37:53 +0000
commit4cc3e8874ccf55312b8dd2d9d8a8c158862f4af7 (patch)
tree9e96fbd36c2f5f3e620b74b93baf889b5d65a1bf /tox.ini
parenta1432b7c0adcec97c1f95f308c937a5c3b8e1f70 (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.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d1bbd48b3..17195d4ac 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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 =