From 1cd0b2ceb0aeb6e8595d7bdbb127e7eae8b61f5e Mon Sep 17 00:00:00 2001 From: Quentame Date: Thu, 19 Oct 2023 14:19:17 +0200 Subject: [PATCH] Fix doc build & bump build to py3.11 (#668) --- .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"