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

[GitHub] sandeep-krishnamurthy closed pull request #13323: Fix nightly test issue and add docs build settings for 1.3.x

sandeep-krishnamurthy closed pull request #13323: Fix nightly test issue and add docs build settings for 1.3.x
URL: https://github.com/apache/incubator-mxnet/pull/13323
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/settings.ini b/docs/settings.ini
index 1f2097125ff..7de3268ab14 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


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services