From 9161e0d4d29a36308edaa6d89a6a1e7274e8b2a5 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Sun, 17 Mar 2024 13:13:14 -0500 Subject: [PATCH] Add the `build` definition to `.readthedocs.yml`. Fixes https://github.com/im-tomu/fomu-workshop/issues/825. Signed-off-by: Tim 'mithro' Ansell --- .readthedocs.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index fab7c94..366c342 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,12 @@ # Required version: 2 +build: + os: ubuntu-lts-latest + tools: + # Need to use mambaforge as miniconda runs out of memory on rtd. + python: mambaforge-latest + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py