We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 113c026 commit 3b1529dCopy full SHA for 3b1529d
paddle/scripts/travis/build_doc.sh
@@ -10,6 +10,8 @@ cmake .. -DCMAKE_BUILD_TYPE=Debug -DWITH_GPU=OFF -DWITH_MKL=OFF -DWITH_DOC=ON
10
make -j `nproc` gen_proto_py
11
make -j `nproc` paddle_python
12
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
15
16
# check websites for broken links
17
# It will be failed now!
0 commit comments