[Bf-docboard-svn] bf-manual: [7164] trunk/blender_docs/Makefile: Makefile: Multithread server builds

Aaron Carlisle noreply at blender.org
Wed Sep 30 20:08:19 CEST 2020


Revision: 7164
          https://developer.blender.org/rBM7164
Author:   Blendify
Date:     2020-09-30 20:08:19 +0200 (Wed, 30 Sep 2020)
Log Message:
-----------
Makefile: Multithread server builds

Modified Paths:
--------------
    trunk/blender_docs/Makefile

Modified: trunk/blender_docs/Makefile
===================================================================
--- trunk/blender_docs/Makefile	2020-09-30 17:51:12 UTC (rev 7163)
+++ trunk/blender_docs/Makefile	2020-09-30 18:08:19 UTC (rev 7164)
@@ -90,10 +90,7 @@
 	@echo "  "$(OPEN_CMD) $(shell pwd)"/$(BUILDDIR)/html/$(CONTENTS_HTML)"
 
 html_server: .SPHINXBUILD_EXISTS
-	# - Single thread because we run many builds at once.
-	# - Optimize to use less memory per-process.
-	PYTHONOPTIMIZE=2 \
-	$(SPHINXBUILD) -a -E -b html $(SPHINXOPTS) -j 1 $(SOURCEDIR) "$(BUILDDIR)/html"
+	$(SPHINXBUILD) -a -E -b html $(SPHINXOPTS) $(SOURCEDIR) "$(BUILDDIR)/html"
 
 latexpdf: .SPHINXBUILD_EXISTS
 	@QUICKY_CHAPTERS=$(QUICKY_CHAPTERS) \



More information about the Bf-docboard-svn mailing list