From f3c63c655cab4f158b2adaf121510f3b797c39dd Mon Sep 17 00:00:00 2001 From: Karol Gugala Date: Tue, 15 Oct 2024 17:13:44 +0200 Subject: [PATCH] readthedocs: update config with OS definition Signed-off-by: Karol Gugala --- readthedocs.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/readthedocs.yml b/readthedocs.yml index 519abe1d9..e1185068d 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -19,14 +19,16 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.7" + sphinx: configuration: docs/conf.py formats: [] -python: - version: "3.7" - conda: environment: docs/environment.yml