Docs needs to be built from the $WORKSPACE
[releng/global-jjb.git] / shell / rtd-verify.sh
index ff06358..2074eca 100644 (file)
@@ -22,6 +22,7 @@ fi
 git fetch origin "$GERRIT_REFSPEC" && git checkout FETCH_HEAD
 
 echo "---> Generating docs"
+cd "$WORKSPACE"
 tox -edocs
 
 echo "---> Archiving generated docs"