Skip to content

Commit 614cb99

Browse files
committed
[doc] downgrade readthedocs to use python 3.10
be consistent with the default build environment Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
1 parent f2a7a94 commit 614cb99

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.buildkite/doc.rayci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ steps:
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
@@ -54,7 +54,7 @@ steps:
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

@@ -87,7 +87,7 @@ steps:
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

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version: 2
99
build:
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
1515
sphinx:

0 commit comments

Comments
 (0)