From 6be014610d7de75b7fbae21ed71829543e761f98 Mon Sep 17 00:00:00 2001 From: Mark Piper Date: Fri, 15 Dec 2023 12:19:57 -0700 Subject: [PATCH] Use conda to install dependencies in docs build --- .readthedocs.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6ef1e3c..50efc6b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,15 +3,12 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.11" + python: "mambaforge-22.9" + +conda: + environment: environment.yml sphinx: builder: html configuration: docs/conf.py fail_on_warning: false - -python: - install: - - requirements: requirements-docs.txt - - method: pip - path: .