From 8a97c97f7ae694f15c4ac81d0d67e774485c3e5e Mon Sep 17 00:00:00 2001 From: Filippo Luca Ferretti Date: Wed, 22 Nov 2023 14:37:47 +0100 Subject: [PATCH] Force to build docs from conda environmnet --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ea9e577d0..42f51dabf 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,10 +1,10 @@ version: "2" build: - os: "ubuntu-22.04" + os: ubuntu-22.04 tools: - python: "3.10" - + python: "mambaforge-22.9" + conda: environment: docs/jaxsim_conda_env.yml