From 9b4b4d4eb81e16783eb3f21bea6c997d560c0cbe Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Sat, 6 May 2023 17:33:37 +0200 Subject: [chore] update readthedocs deps, use conda (#1742) * [chore] update readthedocs deps, use conda * work this time thx --- .readthedocs.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to '.readthedocs.yaml') diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f4d354218..e7be47aa6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,9 +5,13 @@ # Required version: 2 +build: + os: "ubuntu-20.04" + tools: + python: "mambaforge-4.10" # https://docs.readthedocs.io/en/stable/guides/conda.html#making-builds-faster-with-mamba + mkdocs: - configuration: mkdocs.yml + configuration: "mkdocs.yml" -python: - install: - - requirements: docs/requirements.txt +conda: + environment: "docs/environment.yml" -- cgit v1.3