Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 038e700

Browse files
committed
No longer used.
1 parent 93d72d7 commit 038e700

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

build_docs.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -501,14 +501,6 @@ def parse_args():
501501
help="Language translation, as a PEP 545 language tag like" " 'fr' or 'pt-br'.",
502502
metavar="fr",
503503
)
504-
parser.add_argument(
505-
"--jobs",
506-
"-j",
507-
type=int,
508-
default=4,
509-
help="Specifies the number of jobs (languages, versions) "
510-
"to run simultaneously.",
511-
)
512504
parser.add_argument(
513505
"--version",
514506
action="store_true",

0 commit comments

Comments
 (0)