summaryrefslogtreecommitdiffstats
path: root/.readthedocs.yml
diff options
context:
space:
mode:
authorKefu Chai <kchai@redhat.com>2021-08-01 18:34:08 +0200
committerKefu Chai <kchai@redhat.com>2021-08-01 18:41:34 +0200
commit0bde0f3a3889f89c49fe7445f8529882bc5ed816 (patch)
tree2c0f723b3815f3639a71ce4b42241b12a70399b5 /.readthedocs.yml
parentMerge pull request #42266 from dang/wip-dang-zipper-raw_obj (diff)
downloadceph-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.yml2
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