We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ffdcf commit da8ac9fCopy full SHA for da8ac9f
4 files changed
.travis.yml
@@ -42,6 +42,7 @@ script:
42
after_success:
43
# Documentation deployment
44
- ~/.scripts/sphinx/build-html.sh $DO_DEPLOY_DOCS docs
45
- - cd ~/sphinx/build/html
+ - python setup.py build_docs
46
+ - cd ~/build/sphinx/html
47
- ~/.scripts/deploy/deploy-ssh.sh $DO_DEPLOY_DOCS_RELEASE $DEPLOY_DOCS_USERNAME $DEPLOY_DOCS_PASSWORD $DEPLOY_DOCS_HOST $DEPLOY_DOCS_PORT $DEPLOY_DOCS_PATH_RELEASE
48
- ~/.scripts/deploy/deploy-ssh.sh $DO_DEPLOY_DOCS_DEVELOP $DEPLOY_DOCS_USERNAME $DEPLOY_DOCS_PASSWORD $DEPLOY_DOCS_HOST $DEPLOY_DOCS_PORT $DEPLOY_DOCS_PATH_DEVELOP
docs/Makefile
0 commit comments