Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions build_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -967,6 +967,7 @@ def parse_args() -> argparse.Namespace:
description="Runs a build of the Python docs for various branches.",
allow_abbrev=False,
)
parser.suggest_on_error = True
parser.add_argument(
"--select-output",
choices=("no-html", "only-html", "only-html-en"),
Expand Down
Loading