You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by sk...@apache.org on 2018/11/20 20:09:34 UTC

[incubator-mxnet] branch master updated: Fix nightly test issue and add docs build settings for 1.3.x (#13323)

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

skm 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 f838bb5  Fix nightly test issue and add docs build settings for 1.3.x (#13323)
f838bb5 is described below

commit f838bb5c0b563a0c952ac57f67f06ef5f3357432
Author: Aaron Markham <ma...@amazon.com>
AuthorDate: Tue Nov 20 12:09:17 2018 -0800

    Fix nightly test issue and add docs build settings for 1.3.x (#13323)
    
    * fix #13320
    
    * add support for 1.3.0 and 1.3.1 settings
    
    * turn off java for tutorials
    
    * update to reflect actual name of 1.3.x branch!
---
 docs/settings.ini | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/docs/settings.ini b/docs/settings.ini
index 1f20971..7de3268 100644
--- a/docs/settings.ini
+++ b/docs/settings.ini
@@ -4,6 +4,7 @@ build_mxnet = 0
 [document_sets_tutorial]
 clojure_docs = 0
 doxygen_docs = 1
+java_docs = 0
 r_docs = 0
 scala_docs = 0
 
@@ -14,6 +15,27 @@ java_docs = 1
 r_docs = 0
 scala_docs = 1
 
+[document_sets_1.3.1]
+clojure_docs = 1
+doxygen_docs = 1
+java_docs = 0
+r_docs = 0
+scala_docs = 1
+
+[document_sets_1.3.0]
+clojure_docs = 1
+doxygen_docs = 1
+java_docs = 0
+r_docs = 0
+scala_docs = 1
+
+[document_sets_v1.3.x]
+clojure_docs = 1
+doxygen_docs = 1
+java_docs = 0
+r_docs = 0
+scala_docs = 1
+
 [document_sets_1.2.0]
 clojure_docs = 0
 doxygen_docs = 1