From c58c7258bea302fd642a81e67a40bede6e51f87e Mon Sep 17 00:00:00 2001 From: Tom Russell Date: Wed, 4 Sep 2024 11:34:58 +0100 Subject: [PATCH] Bump readthedocs config to use conda env --- .readthedocs.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 59dbe3c..5ebe4bb 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,18 +3,14 @@ version: 2 build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: - python: "3.11" + python: "3.12" # Build documentation with Sphinx sphinx: builder: html configuration: docs/source/conf.py -# Optional but recommended, declare the Python requirements required -# to build your documentation -# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html -python: - install: - - requirements: docs-requirements.txt +conda: + environment: environment.yml