Skip to content

Commit 57698c2

Browse files
committed
warn-extra-fields-on-bad-lines
1 parent 8c592d5 commit 57698c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def _sphinx_build(self, kind: str):
137137

138138
cmd = ["sphinx-build", "-b", kind]
139139
if self.num_jobs:
140-
cmd += ["-j", self.num_jobs]
140+
cmd += ["-j", "1"]
141141
if self.warnings_are_errors:
142142
cmd += ["-W", "--keep-going"]
143143
if self.verbosity:

0 commit comments

Comments
 (0)