From 0bde0f3a3889f89c49fe7445f8529882bc5ed816 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 2 Aug 2021 00:34:08 +0800 Subject: [PATCH] .readthedocs.yml: use python3.8 to prepare the python3.8 migration Signed-off-by: Kefu Chai --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5