From: Michal Nowikowski Date: Wed, 31 Jul 2019 16:33:45 +0000 (+0200) Subject: blocked running sphinx-build in parallel as it sometimes fails X-Git-Tag: Kea-1.6.1~10^2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1114587ebee3d56245c8e15582db8afc2f3e598;p=thirdparty%2Fkea.git blocked running sphinx-build in parallel as it sometimes fails --- 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