From a1114587ebee3d56245c8e15582db8afc2f3e598 Mon Sep 17 00:00:00 2001 From: Michal Nowikowski Date: Wed, 31 Jul 2019 18:33:45 +0200 Subject: blocked running sphinx-build in parallel as it sometimes fails --- doc/sphinx/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/sphinx/Makefile.am') diff --git a/doc/sphinx/Makefile.am b/doc/sphinx/Makefile.am index b5275a0126..2d838f6c2e 100644 --- a/doc/sphinx/Makefile.am +++ b/doc/sphinx/Makefile.am @@ -289,5 +289,9 @@ clean-local: .PHONY: all pdf html mans +# There are sometimes conflicts when more then one sphinx-build is run at a time. +# This target blocks running anything in parallel in this Makefile, +# all is run serially. +.NOTPARALLEL: endif -- cgit v1.2.3