Skip to content

Commit

Permalink
Fix document build (apache#13927)
Browse files Browse the repository at this point in the history
* fix doc build

* Revert "Temporarily disable website testing (apache#13887)"

This reverts commit 9d42812.
  • Loading branch information
TaoLv authored and haohuw committed Jun 23, 2019
1 parent 31096d5 commit 48e74b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ deploy_docs() {

export CC="ccache gcc"
export CXX="ccache g++"
make docs SPHINXOPTS=-W
make docs SPHINXOPTS=-W USE_MKLDNN=0

popd
}
Expand Down
9 changes: 4 additions & 5 deletions ci/jenkins/Jenkinsfile_website
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,10 @@ core_logic: {
custom_steps.compile_unix_cpu_openblas()
])

// Disable website generation due to flakyness https://github.com/apache/incubator-mxnet/issues/13833
//utils.parallel_stage('Deploy', [
// custom_steps.docs_website(),
// custom_steps.docs_julia()
//])
utils.parallel_stage('Deploy', [
custom_steps.docs_website(),
custom_steps.docs_julia()
])
}
,
failure_handler: {
Expand Down

0 comments on commit 48e74b1

Please sign in to comment.