Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2593117

Browse files
authored
Remove -j4 Sphinx option as the Makefile has '-j auto' (#129)
1 parent 30b9803 commit 2593117

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build_docs.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,21 +200,18 @@ def __gt__(self, other):
200200
branch="origin/main",
201201
status="in development",
202202
sphinx_version="4.5.0",
203-
sphinxopts=["-j4"],
204203
),
205204
Version(
206205
"3.11",
207206
branch="origin/3.11",
208207
status="pre-release",
209208
sphinx_version="4.5.0",
210-
sphinxopts=["-j4"],
211209
),
212210
Version(
213211
"3.10",
214212
branch="origin/3.10",
215213
status="stable",
216214
sphinx_version="3.2.1",
217-
sphinxopts=["-j4"],
218215
),
219216
Version(
220217
"3.9",

0 commit comments

Comments
 (0)