From e8990a25cae2009dc6b3f8697223ff91dddf435a Mon Sep 17 00:00:00 2001 From: Quentame Date: Thu, 19 Oct 2023 12:11:42 +0000 Subject: [PATCH] Fix doc build & bump build to py3.11 --- .readthedocs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 941d1e11..06ea008d 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,9 +3,10 @@ sphinx: configuration: docs/conf.py formats: all python: - version: 3.9 install: - requirements: docs/requirements.txt - path: . build: - image: testing + os: ubuntu-22.04 + tools: + python: "3.11"