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 2c4892c commit 7b16103Copy full SHA for 7b16103
paddle/scripts/docker/build.sh
@@ -44,8 +44,9 @@ fi
44
make install
45
pip install /usr/local/opt/paddle/share/wheels/*.whl
46
47
-# Since python v2 api import py_paddle module, the generation of paddle docs
48
-# depend on paddle's compilation and installation
+# To build documentation, we need to run cmake twice.
+# This awkwardness is due to https://github.com/PaddlePaddle/Paddle/issues/1854.
49
+# It also describes a solution.
50
if [ ${WITH_DOC} == "ON" ]; then
51
mkdir -p /paddle/build_doc
52
pushd /paddle/build_doc
0 commit comments