File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 commands :
3131 - bazel run //ci/ray_ci/doc:cmd_build
3232 depends_on : docbuild
33- job_env : docbuild-py3.12
33+ job_env : docbuild-py3.10
3434 tags :
3535 - oss
3636 - doc
5454 key : doc_api_annotations
5555 instance_type : medium
5656 depends_on : docbuild
57- job_env : docbuild-py3.12
57+ job_env : docbuild-py3.10
5858 commands :
5959 - bash ci/lint/lint.sh api_annotations
6060
8787 commands :
8888 - make -C doc/ linkcheck_all
8989 depends_on : docbuild
90- job_env : docbuild-py3.12
90+ job_env : docbuild-py3.10
9191 tags :
9292 - oss
9393 - skip-on-premerge
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ version: 2
99build :
1010 os : ubuntu-24.04
1111 tools :
12- python : " 3.12 "
12+ python : " 3.10 "
1313
1414# Build documentation in the docs/ directory with Sphinx
1515sphinx :
You can’t perform that action at this time.
0 commit comments