From 4afb05dc330508a36809f65dc240021bbf09349c Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Thu, 16 Feb 2023 15:35:48 +0100 Subject: [PATCH] readthedocs: fix python version --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 4b7e3476b..3d7a86b2a 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,7 +5,7 @@ version: 2 python: - version: "3.10" + version: 3.8 install: - requirements: doc/requirements.txt system_packages: true