From 5fc747984a1488194643ff7f08fd0d0192640a00 Mon Sep 17 00:00:00 2001 From: "Oriol (ProDesk)" Date: Tue, 28 May 2024 16:19:23 +0200 Subject: [PATCH] update rtd config file --- .readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index a5ca08b..607d876 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,11 +1,15 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.10" + sphinx: configuration: conf.py fail_on_warning: false python: - version: "3.8" install: - requirements: requirements-docs.txt