From: Kefu Chai Date: Sun, 1 Aug 2021 16:34:08 +0000 (+0800) Subject: .readthedocs.yml: use python3.8 X-Git-Tag: v17.1.0~1229^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0bde0f3a3889f89c49fe7445f8529882bc5ed816;p=ceph.git .readthedocs.yml: use python3.8 to prepare the python3.8 migration Signed-off-by: Kefu Chai --- diff --git a/.readthedocs.yml b/.readthedocs.yml index 8f83166d6ce4..4ac308403b5a 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