From eff8faf4d1818c3714a2d73d26ea19cd80902d23 Mon Sep 17 00:00:00 2001 From: Dmitri Bogomolov <4glitch@gmail.com> Date: Sat, 20 Nov 2021 22:48:01 +0200 Subject: [PATCH] Set python.version to 3.8 in the .readthedocs.yml --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 2c7b9839..0fbb9dba 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,7 +1,7 @@ version: 2 python: - version: 2.7 + version: 3.8 install: - requirements: docs/requirements.txt - method: setuptools