Skip to content

Commit

Permalink
Merge pull request #1228 from kohr-h/fix_travis_sphinx
Browse files Browse the repository at this point in the history
BLD: fix wrong argument order for travis-sphinx
  • Loading branch information
Holger Kohr authored Nov 12, 2017
2 parents 92ae51f + ca37df4 commit 7a285a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ script:
# To avoid clogging the logs, we redirect stderr to /dev/null
- if [[ "$BUILD_DOCS" == "true" && "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" ]]; then
cd $TRAVIS_BUILD_DIR/doc/source && python generate_doc.py && cd -;
travis-sphinx -n -s $TRAVIS_BUILD_DIR/doc/source build 2>/dev/null;
travis-sphinx build -n -s $TRAVIS_BUILD_DIR/doc/source 2>/dev/null;
fi

after_success:
Expand Down

0 comments on commit 7a285a0

Please sign in to comment.