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 2019/10/17 18:04:58 UTC

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #16512: detect number of procs during sphinx build

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

 ##########
 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:
   can we change J to numjobs or something different than 1 character variable?

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


With regards,
Apache Git Services