Skip to content

Commit

Permalink
Activate Sphinx multi-process mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloxnet authored and bmispelon committed Oct 24, 2024
1 parent b1fdc9a commit 777ec4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/management/commands/update_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ def build_doc_release(self, release, force=False):
builder,
"-D",
"language=%s" % to_locale(release.lang),
"-j",
"auto",
"-Q" if self.verbosity == 0 else "-q",
str(source_dir), # Source file directory
str(build_dir), # Destination directory
Expand Down

0 comments on commit 777ec4f

Please sign in to comment.