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/12/27 06:16:03 UTC

[GitHub] aaronmarkham commented on a change in pull request #13725: disable error checking when building old versions

aaronmarkham commented on a change in pull request #13725: disable error checking when building old versions
URL: https://github.com/apache/incubator-mxnet/pull/13725#discussion_r244088997
 
 

 ##########
 File path: docs/build_version_doc/build_all_version.sh
 ##########
 @@ -122,6 +122,8 @@ function checkout () {
     git pull
     # master gets warnings as errors for Sphinx builds
     OPTS="-W"
+  else
 
 Review comment:
   Once master gets called OPTS is set, but when another version is called it should be unset. 

----------------------------------------------------------------
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