From a431e697dd75f49f441b18b8a94c3bf92a81c259 Mon Sep 17 00:00:00 2001 From: weibeu Date: Fri, 11 Feb 2022 16:21:24 +0530 Subject: [PATCH] Fix .readthedocs.yml --- .readthedocs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index e2c8dba..2f0822c 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -2,9 +2,11 @@ formats: [] build: image: latest + tools: + python: "3.9" python: - version: 3.6 + version: "3.9" pip_install: true extra_requirements: - docs