We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ab270 commit 368c814Copy full SHA for 368c814
doc/make.py
@@ -133,8 +133,8 @@ def _sphinx_build(self, kind: str):
133
raise ValueError(f"kind must be html or latex, not {kind}")
134
135
cmd = ["sphinx-build", "-b", kind]
136
- if self.num_jobs:
137
- cmd += ["-j", self.num_jobs]
+ # if self.num_jobs:
+ # cmd += ["-j", self.num_jobs]
138
if self.warnings_are_errors:
139
cmd += ["-W", "--keep-going"]
140
if self.verbosity:
0 commit comments