Merge pull request #6398 from luotao1/print_operators_doc

add print_operators_doc in travis ci
release/0.11.0
Tao Luo 8 years ago committed by GitHub
commit 7d85b6d36e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,6 +10,8 @@ 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
make -j `nproc` print_operators_doc
paddle/pybind/print_operators_doc > doc/en/html/operators.json
# check websites for broken links
# It will be failed now!

Loading…
Cancel
Save