From dacf136f214ed2deed98a2f0aff8f30d623a1d9a Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Wed, 23 Feb 2022 14:51:06 -0800 Subject: [PATCH] docs: Temporarily disable parallel building. Work around https://github.com/executablebooks/MyST-Parser/issues/411. Signed-off-by: Anders Kaseorg --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index defb990a41..b5087217ff 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -2,7 +2,7 @@ # # You can set these variables from the command line. -SPHINXOPTS = -j auto -W +SPHINXOPTS = -W SPHINXBUILD = sphinx-build SOURCEDIR = . BUILDDIR = _build