From 2975ac03c183b6430ae7d39dc09102398b3eb4f3 Mon Sep 17 00:00:00 2001 From: dougiesquire Date: Thu, 2 Nov 2023 12:31:32 +1100 Subject: [PATCH] add build config to rtd.yml --- .readthedocs.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4c887f2..8b42056 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,10 @@ version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "mambaforge-22.9" + sphinx: configuration: docs/conf.py