From f96d0300a92ba28406fcf81b71d76f082e9c360f Mon Sep 17 00:00:00 2001 From: AntoinePrv Date: Thu, 4 Jun 2026 13:05:53 +0200 Subject: [PATCH] doc: Update RTD deps --- docs/environment.yml | 2 +- readthedocs.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/environment.yml b/docs/environment.yml index f37faf2e9..1adb91c73 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -6,4 +6,4 @@ channels: dependencies: - breathe - sphinx_rtd_theme - - sphinx=6.* + - sphinx diff --git a/readthedocs.yml b/readthedocs.yml index a8188c43a..45437e8b0 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,9 +1,9 @@ version: 2 build: - os: "ubuntu-22.04" + os: "ubuntu-26.04" tools: - python: "mambaforge-22.9" + python: "miniforge3-25.11" sphinx: # Path to Sphinx configuration file