From d6cd052786cfa7be8346d3fbe389ad076533a5fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20G=C3=B3mez?= Date: Tue, 31 Oct 2023 12:32:29 +0100 Subject: [PATCH] Update .readthedocs.yml --- .readthedocs.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 5069375..551ef4b 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,11 @@ # Required version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "mambaforge-22.9" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/source/conf.py @@ -12,12 +17,5 @@ sphinx: # Optionally build your docs in additional formats such as PDF formats: all -# Optionally set the version of Python and requirements required to build your docs -python: - version: 3.8 - install: - - method: setuptools - path: . - conda: - environment: environment.yml \ No newline at end of file + environment: environment.yml