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
3 changes: 2 additions & 1 deletion .buildkite/doc.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,12 @@ steps:
- api_policy_check

- label: ":book: doc: linkcheck"
key: doc_linkcheck
instance_type: medium
commands:
- make -C doc/ linkcheck_all
depends_on: docbuild
job_env: docbuild-py3.10
job_env: docbuild-py3.12
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While updating this step to Python 3.12 is correct, the PR description states a goal of migrating 'all doc related things'. To avoid potential inconsistencies in the build environment, the docbuild step, which this step depends on, should also be migrated to use a Python 3.12 environment. If that's handled in a separate PR, it would be good to link it for context.

tags:
- oss
- skip-on-premerge
Expand Down