From e540f98868faf832cc8c763cd61cc315e402217d Mon Sep 17 00:00:00 2001 From: alrex Date: Tue, 26 Jan 2021 09:08:12 -0800 Subject: [PATCH] update python version for readthedocs --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 474f366d1b..3dcf0e5cf6 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,6 +9,6 @@ build: image: latest python: - version: 3.9 + version: 3.8 install: - requirements: docs-requirements.txt