Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate provider-specific executor docs to providers #34809

Closed
wants to merge 7 commits into from
Closed
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
Prev Previous commit
Next Next commit
skip clean on doc build retries
  • Loading branch information
RNHTTR committed Jan 23, 2024
commit 0546c48ab8f17125214f3298e717d75090a1682c
1 change: 1 addition & 0 deletions docs/build_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ def build_docs_for_packages(
spellcheck_only: bool,
jobs: int,
verbose: bool,
retry: bool = False,
) -> tuple[dict[str, list[DocBuildError]], dict[str, list[SpellingError]]]:
"""Builds documentation for all packages and combines errors."""
all_build_errors: dict[str, list[DocBuildError]] = defaultdict(list)
Expand Down
Loading