aaronmarkham commented on a change in pull request #16512: detect number of 
procs during sphinx build
URL: https://github.com/apache/incubator-mxnet/pull/16512#discussion_r336221399
 
 

 ##########
 File path: docs/python_docs/python/Makefile_sphinx
 ##########
 @@ -18,8 +18,25 @@
 # Makefile for Sphinx documentation
 #
 
+
+NPROCS := 1
+OS := $(shell uname)
+export NPROCS
+
+ifeq ($J,)
 
 Review comment:
   Ok, please re-review; I updated the variable name.

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


With regards,
Apache Git Services

Reply via email to