vishaalkapoor commented on a change in pull request #15668: [WIP] Separate
Jenkins docs pipelines per language
URL: https://github.com/apache/incubator-mxnet/pull/15668#discussion_r307885336
##########
File path: ci/docker/runtime_functions.sh
##########
@@ -1442,6 +1413,67 @@ deploy_docs() {
popd
}
+build_python_docs() {
+ set -ex
+ pushd .
+
+ export CC="ccache gcc"
+ export CXX="ccache g++"
+ make docs SPHINXOPTS=-W USE_MKLDNN=0
+
+ popd
Review comment:
why are pushd and popd required? does make docs change the directory? it
doesn't? what the hack?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services