doc: use uv in the RTD compilation

This commit is contained in:
Éloi Rivard 2024-11-01 22:25:22 +01:00
parent adafa43ddc
commit f56d715543
No known key found for this signature in database
GPG key ID: 7EDA204EA57DD184

View file

@ -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