Skip to content

Commit 368c814

Browse files
TEMP: disable parallel doc build
1 parent 33ab270 commit 368c814

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/make.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ def _sphinx_build(self, kind: str):
133133
raise ValueError(f"kind must be html or latex, not {kind}")
134134

135135
cmd = ["sphinx-build", "-b", kind]
136-
if self.num_jobs:
137-
cmd += ["-j", self.num_jobs]
136+
# if self.num_jobs:
137+
# cmd += ["-j", self.num_jobs]
138138
if self.warnings_are_errors:
139139
cmd += ["-W", "--keep-going"]
140140
if self.verbosity:

0 commit comments

Comments
 (0)