summaryrefslogtreecommitdiffstats
path: root/doc/sphinx/Makefile.am
diff options
context:
space:
mode:
authorMichal Nowikowski <godfryd@isc.org>2019-07-31 18:33:45 +0200
committerMichal Nowikowski <godfryd@isc.org>2019-08-01 16:06:19 +0200
commita1114587ebee3d56245c8e15582db8afc2f3e598 (patch)
tree491f898a88113423a86385464de4652f7d6abfeb /doc/sphinx/Makefile.am
parent[#768, !451] fixed benchmarks compilation (diff)
downloadkea-a1114587ebee3d56245c8e15582db8afc2f3e598.tar.xz
kea-a1114587ebee3d56245c8e15582db8afc2f3e598.zip
blocked running sphinx-build in parallel as it sometimes fails
Diffstat (limited to 'doc/sphinx/Makefile.am')
-rw-r--r--doc/sphinx/Makefile.am4
1 files changed, 4 insertions, 0 deletions
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