iblis17 commented on a change in pull request #15561: Julia path patch
URL: https://github.com/apache/incubator-mxnet/pull/15561#discussion_r304718766
 
 

 ##########
 File path: docs/mxdoc.py
 ##########
 @@ -98,6 +98,8 @@ def build_mxnet(app):
 
 def build_julia_docs(app):
     """build Julia docs"""
+    os.environ['MXNET_HOME'] = 
str(os.path.abspath('{}/..'.format(app.builder.srcdir)))
 
 Review comment:
   ```suggestion
       os.environ['MXNET_HOME'] = 
os.path.abspath(os.path.join(app.builder.srcdir, '..'))
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

Reply via email to