Skip to content

Commit

Permalink
TEMP: disable parallel doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Nov 9, 2023
1 parent 33ab270 commit 368c814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/make.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ def _sphinx_build(self, kind: str):
raise ValueError(f"kind must be html or latex, not {kind}")

cmd = ["sphinx-build", "-b", kind]
if self.num_jobs:
cmd += ["-j", self.num_jobs]
# if self.num_jobs:
# cmd += ["-j", self.num_jobs]
if self.warnings_are_errors:
cmd += ["-W", "--keep-going"]
if self.verbosity:
Expand Down

0 comments on commit 368c814

Please sign in to comment.