From 3fe9f2d644969d1747bb9e1211aafe8d6bbe2ee8 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Mon, 16 May 2022 15:52:00 +0300 Subject: [PATCH] Remove -j4 Sphinx option as the Makefile has '-j auto' --- build_docs.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/build_docs.py b/build_docs.py index 79e6bb6..c64789d 100755 --- a/build_docs.py +++ b/build_docs.py @@ -200,21 +200,18 @@ def __gt__(self, other): branch="origin/main", status="in development", sphinx_version="4.5.0", - sphinxopts=["-j4"], ), Version( "3.11", branch="origin/3.11", status="pre-release", sphinx_version="4.5.0", - sphinxopts=["-j4"], ), Version( "3.10", branch="origin/3.10", status="stable", sphinx_version="3.2.1", - sphinxopts=["-j4"], ), Version( "3.9",