From 1e030e44ef8c05f7199ba37b93c6147ce0600415 Mon Sep 17 00:00:00 2001 From: Anderson Banihirwe Date: Thu, 16 Jan 2025 08:25:45 -0800 Subject: [PATCH] Update Read the Docs configuration for Ubuntu 24.04 and latest Mambaforge --- readthedocs.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/readthedocs.yml b/readthedocs.yml index 1aed175..9baa166 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -2,6 +2,10 @@ version: 2 conda: environment: ci/environment-docs.yml build: - os: "ubuntu-20.04" + os: "ubuntu-24.04" tools: - python: "mambaforge-4.10" + python: "mambaforge-latest" + +sphinx: + configuration: docs/source/conf.py + fail_on_warning: false