From f56d71554331d23f442379091320ce0795abba22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Fri, 1 Nov 2024 22:25:22 +0100 Subject: [PATCH] doc: use uv in the RTD compilation --- .readthedocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 1c3825c2..0898e7a2 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,11 +9,11 @@ build: - libldap2-dev - libssl-dev tools: - python: "3.11" + python: "3.12" jobs: post_create_environment: - - pip install poetry - - poetry export --with doc --output requirements.txt + - pip install uv + - uv export --group doc --no-hashes --output-file requirements.txt post_install: - pip install . - pip install --requirement requirements.txt