From c1fc8e4c75d9ffec9d728c5998ccc6be162edf23 Mon Sep 17 00:00:00 2001 From: Antonin Raffin Date: Mon, 23 Oct 2023 20:31:58 +0200 Subject: [PATCH] Update RTD config --- .readthedocs.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 6753d87..38a95e3 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -14,3 +14,9 @@ formats: all # Set requirements using conda env conda: environment: docs/conda_env.yml + +build: + os: ubuntu-22.04 + tools: + # Note: we are using a conda env, we specify one tool as it is required + python: "3.10"