From a3924cde910fa657df40ce6bd92eb55e03aaac44 Mon Sep 17 00:00:00 2001 From: Nicholas Felt Date: Mon, 30 Oct 2023 11:04:23 -0700 Subject: [PATCH] docs: Remove parallel build option from makefiles. --- docs/Makefile | 2 +- docs/make.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index d0fe869f6..28a822ac9 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,7 +1,7 @@ # Minimal makefile for Sphinx documentation # You can set these variables from the command line. -SPHINXOPTS = -W --keep-going -j 2 +SPHINXOPTS = -W --keep-going SPHINXBUILD = python -msphinx SPHINXPROJ = tm_devices SOURCEDIR = . diff --git a/docs/make.bat b/docs/make.bat index db3c3191c..6f799fbbc 100644 --- a/docs/make.bat +++ b/docs/make.bat @@ -15,7 +15,7 @@ if "%BUILDDIR%" == "" ( ) set SPHINXPROJ=tm_devices if "%SPHINXOPTS%" == "" ( - set SPHINXOPTS=-W --keep-going -j 2 + set SPHINXOPTS=-W --keep-going ) if "%1" == "" goto help