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