marcoabreu commented on a change in pull request #10608: [MXNET-292] Add 
tutorial tests to the CI
URL: https://github.com/apache/incubator-mxnet/pull/10608#discussion_r182685641
 
 

 ##########
 File path: docs/mxdoc.py
 ##########
 @@ -367,7 +367,8 @@ def add_buttons(app, docname, source):
         # source[i] = '\n'.join(lines)
 
 def setup(app):
-    app.connect("builder-inited", build_mxnet)
+    if os.getenv('MXNET_DOCS_BUILD_MXNET', '1') == '1':
 
 Review comment:
   Please document this env_var somewhere

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