diff options
author | Kefu Chai <kchai@redhat.com> | 2021-08-01 18:34:08 +0200 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2021-08-01 18:41:34 +0200 |
commit | 0bde0f3a3889f89c49fe7445f8529882bc5ed816 (patch) | |
tree | 2c0f723b3815f3639a71ce4b42241b12a70399b5 /.readthedocs.yml | |
parent | Merge pull request #42266 from dang/wip-dang-zipper-raw_obj (diff) | |
download | ceph-0bde0f3a3889f89c49fe7445f8529882bc5ed816.tar.xz ceph-0bde0f3a3889f89c49fe7445f8529882bc5ed816.zip |
.readthedocs.yml: use python3.8
to prepare the python3.8 migration
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to '.readthedocs.yml')
-rw-r--r-- | .readthedocs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml index 8f83166d6ce..4ac308403b5 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -7,7 +7,7 @@ formats: [] build: image: latest python: - version: 3 + version: 3.8 install: - requirements: admin/doc-requirements.txt - requirements: admin/doc-read-the-docs.txt |