Merge "Revert "autogenerate robot library documentation""
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 29 Jun 2016 21:06:58 +0000 (21:06 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 29 Jun 2016 21:06:58 +0000 (21:06 +0000)
jjb/docs/docs-rtd.yaml

index 9c367c59771d37d2f89030644871f65005f35140..afa5a496e8ec471330c6c9afa810fa4a840c0552 100644 (file)
                 file-paths:
                     - compare-type: ANT
                       pattern: docs/**
-        - timed: 'H H * * *'
-
 
     builders:
         - shell: |
             else
                 git fetch origin $GERRIT_REFSPEC && git checkout FETCH_HEAD
             fi
-        - shell: |
-            mkdir -p docs/_static/integration/robot
-            cd docs/submodules/integration/test
-            git pull origin master
-            cd csit/libraries
-            for f in *.robot; do python -m robot.libdoc $f $WORKSPACE/docs/_static/integration/robot/$f.html; done
-            for f in *.py; do python -m robot.libdoc $f $WORKSPACE/docs/_static/integration/robot/$f.html; done
         - shell: |
             virtualenv $WORKSPACE/venv
             source $WORKSPACE/venv/bin/activate