From 7632f85c86a03224a07716ee7d8b03c24c195f44 Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Fri, 19 Jun 2026 17:04:19 +0200 Subject: [PATCH] Fixed documentation build --- .readthedocs.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 02f0e7b..ca00ac1 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,2 +1,13 @@ +version: 2 + +build: + os: ubuntu-24.04 + tools: + python: mambaforge-22.0 + +sphinx: + # Path to Sphinx configuration file + configuration: docs/source/conf.py + conda: file: docs/environment.yml