Skip to content
Merged
Changes from 1 commit
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
2 changes: 2 additions & 0 deletions build_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -967,6 +967,8 @@
description="Runs a build of the Python docs for various branches.",
allow_abbrev=False,
)
parser.color = True
parser.suggest_on_error = True

Check warning on line 971 in build_docs.py

View check run for this annotation

Codecov / codecov/patch

build_docs.py#L970-L971

Added lines #L970 - L971 were not covered by tests
parser.add_argument(
"--select-output",
choices=("no-html", "only-html", "only-html-en"),
Expand Down