Skip to content

Commit

Permalink
Improved docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ubmarco committed Nov 14, 2023
1 parent f5f470b commit 4d1ea98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sphinx/builders/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,9 +591,9 @@ def write(

if self.parallel_ok:
# number of subprocesses is parallel-1 because the main process
# is busy loading doctrees and doing write_doc_serialized();
# in case all extension support parallel_post_transform_safe
# the main process does nothing
# is busy loading and post-transforming doctrees and doing write_doc_serialized();
# in case the global configuration enable_parallel_post_transform
# is active the main process does nothing
self._write_parallel(sorted(docnames),
nproc=self.app.parallel - 1)
else:
Expand Down

0 comments on commit 4d1ea98

Please sign in to comment.