From 113bf7873e670a7db61b578c65d8543f5fb44a4c Mon Sep 17 00:00:00 2001 From: zqwerty <zhuq96@hotmail.com> Date: Mon, 4 May 2020 14:50:00 +0800 Subject: [PATCH] disable travis for now --- .travis.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 71ea2f1..ca8af75 100755 --- a/.travis.yml +++ b/.travis.yml @@ -12,14 +12,14 @@ install: script: # - python setup.py test - - cd docs && rm source/convlab2.*.rst - - sphinx-apidoc -o ./source ../convlab2/ - - cd source && python gen_rst.py --project convlab2 && cd .. - - make html - - cd source - - python modify_py_modindex.py -d ../build/html/ - - cd .. - - mv ./build/html ./build/docs && rm -r ./build/doctrees && mv LICENSE.txt ./build && mv README.md ./build && cd .. +# - cd docs && rm source/convlab2.*.rst +# - sphinx-apidoc -o ./source ../convlab2/ +# - cd source && python gen_rst.py --project convlab2 && cd .. +# - make html +# - cd source +# - python modify_py_modindex.py -d ../build/html/ +# - cd .. +# - mv ./build/html ./build/docs && rm -r ./build/doctrees && mv LICENSE.txt ./build && mv README.md ./build && cd .. deploy: - provider: pages -- GitLab