Skip to content

Commit 3b1529d

Browse files
committed
add print_operators_doc in travis ci
1 parent 113c026 commit 3b1529d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

paddle/scripts/travis/build_doc.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ cmake .. -DCMAKE_BUILD_TYPE=Debug -DWITH_GPU=OFF -DWITH_MKL=OFF -DWITH_DOC=ON
1010
make -j `nproc` gen_proto_py
1111
make -j `nproc` paddle_python
1212
make -j `nproc` paddle_docs paddle_docs_cn
13+
make -j `nproc` print_operators_doc
14+
paddle/pybind/print_operators_doc > doc/en/html/operators.json
1315

1416
# check websites for broken links
1517
# It will be failed now!

0 commit comments

Comments
 (0)