Roshrini commented on a change in 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#discussion_r234800399
########## File path: docs/settings.ini ########## @@ -14,6 +15,34 @@ 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_v1.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.0] Review comment: Why do we have configuration for each version twice? ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
