forked from Github-Mirrors/canaille
doc: use uv in the RTD compilation
This commit is contained in:
parent
adafa43ddc
commit
f56d715543
1 changed files with 3 additions and 3 deletions
|
@ -9,11 +9,11 @@ build:
|
||||||
- libldap2-dev
|
- libldap2-dev
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
tools:
|
tools:
|
||||||
python: "3.11"
|
python: "3.12"
|
||||||
jobs:
|
jobs:
|
||||||
post_create_environment:
|
post_create_environment:
|
||||||
- pip install poetry
|
- pip install uv
|
||||||
- poetry export --with doc --output requirements.txt
|
- uv export --group doc --no-hashes --output-file requirements.txt
|
||||||
post_install:
|
post_install:
|
||||||
- pip install .
|
- pip install .
|
||||||
- pip install --requirement requirements.txt
|
- pip install --requirement requirements.txt
|
||||||
|
|
Loading…
Reference in a new issue