From 1231976af31d9054a48b656896252b29556e8ac0 Mon Sep 17 00:00:00 2001 From: Nejc Habjan Date: Tue, 17 Oct 2023 18:42:57 +0200 Subject: [PATCH] chore(rtd): revert to python 3.11 --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 0c8b65131..2d561b88b 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,7 +3,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.12" + python: "3.11" sphinx: configuration: docs/conf.py