From a592bcc1f930be5ea4321de9897e84438219eb94 Mon Sep 17 00:00:00 2001 From: Dan Jacob Date: Wed, 6 Jan 2021 22:21:13 +0200 Subject: [PATCH] Set correct python version --- .readthdocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthdocs.yaml b/.readthdocs.yaml index af7a17f..b556273 100644 --- a/.readthdocs.yaml +++ b/.readthdocs.yaml @@ -19,6 +19,6 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.9 + version: 3.8 install: - requirements: doc/requirements.txt