X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Frtd-verify.sh;h=bddc23bde0ac919d1297db731956471160162f47;hb=refs%2Fchanges%2F83%2F8883%2F1;hp=ff06358767ad21a5307314183e48be23b43d4403;hpb=1c6c45e731e8941f3ff7894641ca7aee77a80426;p=releng%2Fglobal-jjb.git diff --git a/shell/rtd-verify.sh b/shell/rtd-verify.sh index ff063587..bddc23bd 100644 --- a/shell/rtd-verify.sh +++ b/shell/rtd-verify.sh @@ -20,8 +20,10 @@ if [ "$GERRIT_PROJECT" != "$PROJECT" ]; then fi git fetch origin "$GERRIT_REFSPEC" && git checkout FETCH_HEAD +git submodule update echo "---> Generating docs" +cd "$WORKSPACE" tox -edocs echo "---> Archiving generated docs"