From 7ececcc59e7192d4558530aeaf290a50cbba8095 Mon Sep 17 00:00:00 2001 From: Keith O'Hara Date: Sun, 28 Apr 2024 11:33:49 -0400 Subject: [PATCH] [ci skip] update RTD build --- .readthedocs.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index ba388dd..4c6bad4 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,7 +1,12 @@ -requirements_file: .readthedocs.requirements.txt +version: 2 -conda: - file: docs/environment.yml +build: + os: "ubuntu-22.04" + tools: + python: "mambaforge-22.9" + +formats: + - pdf -python: - version: "3.8" +conda: + environment: docs/environment.yml