From 2a72c9fdb6e0b541ad48200f1f9a3c0f88cac17f Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Mon, 8 May 2023 00:04:02 +0100 Subject: [PATCH] Fix Read The Docs config (#7272) (cherry picked from commit b2a7983aed047e36c3418e788096d7f46cea7e1e) --- .readthedocs.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 90fe80896bc..022dd5c3f53 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -6,14 +6,16 @@ version: 2 submodules: - include: all # [] + include: all exclude: [] recursive: true build: - image: latest + os: ubuntu-22.04 + tools: + python: "3.11" + python: - version: 3.8 install: - method: pip path: .