marcoabreu commented on a change in pull request #10485: [MXNET-304][RFC] 
Jenkins docs build
URL: https://github.com/apache/incubator-mxnet/pull/10485#discussion_r180933894
 
 

 ##########
 File path: docs/build_version_doc/build_all_version.sh
 ##########
 @@ -59,16 +61,21 @@ for tag in $tag_list; do
         then
             git checkout master
             git pull
+            # Copy the latest README.md to the site root
+            cp README.md ../$built
         else
             git checkout "tags/$tag"
     fi
     # this gets around the Python 3 support issue in old versions of mxdoc.py
-    if [ $tag == '0.11.0' ]
-      then
-          git checkout master -- docs/mxdoc.py
-    fi
-    git submodule update || exit 1
-    git submodule update --init --recursive
+
+    # uncomment this if you must build in a Python 3 environment
 
 Review comment:
   I think this is related to our previous discussion about using the build 
scripts of each branch individually instead of making the master script 
backwards compatible, right?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to