From 622e17bfd1b0eebcc7f270686f686047d648cd47 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 519abe1..c591305 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -19,14 +19,16 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "mambaforge-22.9" + sphinx: configuration: docs/conf.py formats: [] -python: - version: "3.7" - conda: environment: docs/environment.yml