From 4695531ea3dc8f8de0475ebdf227cc9feaaff86b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20G=C3=B3mez?= Date: Tue, 31 Oct 2023 12:17:05 +0100 Subject: [PATCH] Update .readthedocs.yml --- .readthedocs.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 879ddda2..8a33003c 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,11 @@ # Required version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "3.8" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/source/conf.py @@ -20,4 +25,4 @@ python: path: . conda: - environment: rtd_environment.yml \ No newline at end of file + environment: rtd_environment.yml