From d1d7568176ad7290b5c139bc31748001971d0773 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Thu, 4 Jan 2024 18:16:03 +0100 Subject: [PATCH] fix: RTD compilation needs a build.os parameter --- .readthedocs.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 18f22f3..ba63cba 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,3 +7,10 @@ python: - requirements: docs/requirements.txt sphinx: builder: dirhtml +formats: + - pdf + - epub +build: + os: "ubuntu-22.04" + tools: + python: "3.11"