You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ma...@apache.org on 2019/01/18 18:00:46 UTC

[incubator-mxnet] branch master updated: Fix document build (#13927)

This is an automated email from the ASF dual-hosted git repository.

marcoabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 791c5d5  Fix document build (#13927)
791c5d5 is described below

commit 791c5d5e8091c8c16d1a30df1b0d53e4af60d245
Author: Tao Lv <ta...@intel.com>
AuthorDate: Sat Jan 19 02:00:28 2019 +0800

    Fix document build (#13927)
    
    * fix doc build
    
    * Revert "Temporarily disable website testing (#13887)"
    
    This reverts commit 9d4281271c871a938f1ac4ee55b218872031963d.
---
 ci/docker/runtime_functions.sh | 2 +-
 ci/jenkins/Jenkinsfile_website | 9 ++++-----
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/ci/docker/runtime_functions.sh b/ci/docker/runtime_functions.sh
index 7b50ae3..3da6c52 100755
--- a/ci/docker/runtime_functions.sh
+++ b/ci/docker/runtime_functions.sh
@@ -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
 }
diff --git a/ci/jenkins/Jenkinsfile_website b/ci/jenkins/Jenkinsfile_website
index 95ea02b..acdd2be 100644
--- a/ci/jenkins/Jenkinsfile_website
+++ b/ci/jenkins/Jenkinsfile_website
@@ -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: {