Skip to content

Commit ce1fd47

Browse files
authored
[doc] change link check to run on python 3.12 (#58506)
migrating all doc related things to run on python 3.12 Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
1 parent b09b076 commit ce1fd47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.buildkite/doc.rayci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,12 @@ steps:
8282
- bash ci/lint/lint.sh api_policy_check
8383

8484
- label: ":book: doc: linkcheck"
85+
key: doc_linkcheck
8586
instance_type: medium
8687
commands:
8788
- make -C doc/ linkcheck_all
8889
depends_on: docbuild
89-
job_env: docbuild-py3.10
90+
job_env: docbuild-py3.12
9091
tags:
9192
- oss
9293
- skip-on-premerge

0 commit comments

Comments
 (0)