Skip to content

Commit da8ac9f

Browse files
committed
Changed docs command
1 parent b4ffdcf commit da8ac9f

4 files changed

Lines changed: 4 additions & 456 deletions

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ script:
4242
after_success:
4343
# Documentation deployment
4444
- ~/.scripts/sphinx/build-html.sh $DO_DEPLOY_DOCS docs
45-
- cd ~/sphinx/build/html
45+
- python setup.py build_docs
46+
- cd ~/build/sphinx/html
4647
- ~/.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
4748
- ~/.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

Lines changed: 0 additions & 192 deletions
This file was deleted.

0 commit comments

Comments
 (0)