Skip to content
Snippets Groups Projects
Commit 113bf787 authored by zqwerty's avatar zqwerty
Browse files

disable travis for now

parent 45d78e7d
No related branches found
No related tags found
No related merge requests found
...@@ -12,14 +12,14 @@ install: ...@@ -12,14 +12,14 @@ install:
script: script:
# - python setup.py test # - python setup.py test
- cd docs && rm source/convlab2.*.rst # - cd docs && rm source/convlab2.*.rst
- sphinx-apidoc -o ./source ../convlab2/ # - sphinx-apidoc -o ./source ../convlab2/
- cd source && python gen_rst.py --project convlab2 && cd .. # - cd source && python gen_rst.py --project convlab2 && cd ..
- make html # - make html
- cd source # - cd source
- python modify_py_modindex.py -d ../build/html/ # - python modify_py_modindex.py -d ../build/html/
- cd .. # - cd ..
- mv ./build/html ./build/docs && rm -r ./build/doctrees && mv LICENSE.txt ./build && mv README.md ./build && cd .. # - mv ./build/html ./build/docs && rm -r ./build/doctrees && mv LICENSE.txt ./build && mv README.md ./build && cd ..
deploy: deploy:
- provider: pages - provider: pages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment