Move all doc verfication to docs-verify-rtd-*
[releng.git] / jjb / opnfvdocs / docs-rtd.yaml
index f81feab..a8b9bef 100644 (file)
@@ -8,7 +8,7 @@
     stream:
       - master:
           branch: 'master'
-      - danube:
+      - euphrates:
           branch: 'stable/{stream}'
 
     project: 'opnfvdocs'
@@ -36,6 +36,7 @@
           files: 'docs/**/*.*'
 
     builders:
+      - 'remove-old-docs-from-opnfv-artifacts'
       - shell: |
           if [ $GERRIT_BRANCH == "master" ]; then
             RTD_BUILD_VERSION=latest
@@ -73,7 +74,6 @@
           project: '**'
           branch: '{branch}'
           files: 'docs/**/*.*'
-      - timed: 'H H * * *'
 
     builders:
       - shell: |
@@ -90,4 +90,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'