Skip to content

Commit 7aef3ec

Browse files
committed
Just remove --branch
1 parent 5b5d21a commit 7aef3ec

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

build_docs.py

-8
Original file line numberDiff line numberDiff line change
@@ -935,13 +935,6 @@ def parse_args():
935935
action="store_true",
936936
help="Run a quick build (only HTML files).",
937937
)
938-
parser.add_argument(
939-
"--branch",
940-
nargs="*",
941-
metavar="3.12",
942-
deprecated=True,
943-
help="Deprecated; use --branches instead.",
944-
)
945938
parser.add_argument(
946939
"-b",
947940
"--branches",
@@ -981,7 +974,6 @@ def parse_args():
981974
)
982975
parser.add_argument(
983976
"--languages",
984-
"--language",
985977
nargs="*",
986978
help="Language translation, as a PEP 545 language tag like"
987979
" 'fr' or 'pt-br'. "

0 commit comments

Comments
 (0)