Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

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

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

This reverts commit 9d42812.
  • Loading branch information
TaoLv authored and marcoabreu committed Jan 18, 2019
1 parent 0c85665 commit 791c5d5
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 791c5d5

Please sign in to comment.