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.
suggest_on_error
1 parent a601ce6 commit 599b4ffCopy full SHA for 599b4ff
1 file changed
build_docs.py
@@ -967,6 +967,7 @@ def parse_args() -> argparse.Namespace:
967
description="Runs a build of the Python docs for various branches.",
968
allow_abbrev=False,
969
)
970
+ parser.suggest_on_error = True
971
parser.add_argument(
972
"--select-output",
973
choices=("no-html", "only-html", "only-html-en"),
0 commit comments