8000 Add ``--language`` as a synonym of ``--languages`` · python/docsbuild-scripts@6d53796 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6d53796

Browse files
committed
Add --language as a synonym of --languages
1 parent 0ef872f commit 6d53796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ def parse_args():
984984
default=Path("/var/log/docsbuild/"),
985985
)
986986
parser.add_argument(
987-
"--languages",
987+
"--languages", "--language",
988988
nargs="*",
989989
help="Language translation, as a PEP 545 language tag like"
990990
" 'fr' or 'pt-br'. "

0 commit comments

Comments
 (0)
0