Skip to content

Commit

Permalink
build paddle_python before build paddle_docs (#6337)
Browse files Browse the repository at this point in the history
  • Loading branch information
QiJune authored Dec 6, 2017
1 parent 429d67d commit 7910d96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paddle/scripts/travis/build_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ cd $TRAVIS_BUILD_DIR/build
# Compile Documentation only.
cmake .. -DCMAKE_BUILD_TYPE=Debug -DWITH_GPU=OFF -DWITH_MKL=OFF -DWITH_DOC=ON
make -j `nproc` gen_proto_py
make -j `nproc` paddle_python
make -j `nproc` paddle_docs paddle_docs_cn

# check websites for broken links
Expand Down

0 comments on commit 7910d96

Please sign in to comment.