From a1114587ebee3d56245c8e15582db8afc2f3e598 Mon Sep 17 00:00:00 2001 From: Michal Nowikowski Date: Wed, 31 Jul 2019 18:33:45 +0200 Subject: [PATCH] blocked running sphinx-build in parallel as it sometimes fails --- doc/sphinx/Makefile.am | 4 ++++ doc/sphinx/manpages.rst | 1 + 2 files changed, 5 insertions(+) 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 diff --git a/doc/sphinx/manpages.rst b/doc/sphinx/manpages.rst index 833097d975..ed823829cd 100644 --- a/doc/sphinx/manpages.rst +++ b/doc/sphinx/manpages.rst @@ -14,6 +14,7 @@ Manual Pages ============ .. toctree:: + :maxdepth: 1 man/kea-dhcp4.8 man/kea-dhcp6.8 -- 2.47.2