Skip to content

Commit 7b16103

Browse files
committed
update comments
1 parent 2c4892c commit 7b16103

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

paddle/scripts/docker/build.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ fi
4444
make install
4545
pip install /usr/local/opt/paddle/share/wheels/*.whl
4646

47-
# Since python v2 api import py_paddle module, the generation of paddle docs
48-
# depend on paddle's compilation and installation
47+
# To build documentation, we need to run cmake twice.
48+
# This awkwardness is due to https://github.com/PaddlePaddle/Paddle/issues/1854.
49+
# It also describes a solution.
4950
if [ ${WITH_DOC} == "ON" ]; then
5051
mkdir -p /paddle/build_doc
5152
pushd /paddle/build_doc

0 commit comments

Comments
 (0)