From 444f5bd1d195c3cfa6f72788c94b5b245f09dfac 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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readthedocs.yml b/readthedocs.yml index 519abe1d9..d7c447a8d 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -19,6 +19,11 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.12" + sphinx: configuration: docs/conf.py