From f293a81ebf91724df5dac15f379483f6258290a5 Mon Sep 17 00:00:00 2001 From: tbittar Date: Thu, 16 Nov 2023 17:55:39 +0100 Subject: [PATCH] Fix doc compilation (#716) Co-authored-by: Thomas Bittar --- readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index 2977dcd83..3c7618b07 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,7 +1,11 @@ version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "3.7" + python: - version: 3.7 install: - requirements: requirements-doc.txt