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 3b7f392 commit 9164b6aCopy full SHA for 9164b6a
devel-common/src/docs/build_docs.py
@@ -623,7 +623,7 @@ def build_docs(
623
624
if len(packages_to_build) == 1:
625
console.print(
626
- "[yellow]Building one package. Forcing --one-pass-oly and --jobs to 1 as only one pass is needed."
+ "[yellow]Building one package. Forcing --one-pass-only and --jobs to 1 as only one pass is needed."
627
)
628
one_pass_only = True
629
jobs = 1
0 commit comments