add print_operators_doc in travis ci

release/0.11.0
Luo Tao 7 years ago
parent 113c026d12
commit 3b1529d2e5

@ -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