From 8e3e1301dee92b06f04373bdefbb8d19b2fa077b Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Fri, 22 Dec 2023 15:29:25 +0000 Subject: [PATCH] Fix RTD bugs --- .readthedocs.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 378e2caa..f90b5e00 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,6 +5,11 @@ # Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" + conda: environment: conda_env.yml