X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopnfvdocs%2Fdocs-rtd.yaml;h=ece8569036487d8f48e2b86e36b77fa5a17fd9ed;hb=d578ee3978271159dae341e652cc847c8b44373f;hp=c989595246504ed485e75132407f77e3c58d42f2;hpb=b7972b02c75fd3a6b4d88ccfb3a1581c21868601;p=releng.git diff --git a/jjb/opnfvdocs/docs-rtd.yaml b/jjb/opnfvdocs/docs-rtd.yaml index c98959524..ece856903 100644 --- a/jjb/opnfvdocs/docs-rtd.yaml +++ b/jjb/opnfvdocs/docs-rtd.yaml @@ -8,6 +8,10 @@ stream: - master: branch: 'master' + - fraser: + branch: 'stable/{stream}' + - danube: + branch: 'stable/{stream}' - euphrates: branch: 'stable/{stream}' @@ -36,6 +40,7 @@ files: 'docs/**/*.*' builders: + - 'remove-old-docs-from-opnfv-artifacts' - shell: | if [ $GERRIT_BRANCH == "master" ]; then RTD_BUILD_VERSION=latest @@ -89,4 +94,6 @@ pip install --upgrade pip pip freeze pip install tox + sed -i s,\-b\ html,\-b\ singlehtml,g tox.ini tox -edocs + - 'upload-review-docs'