We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f77228 commit 75dc0f4Copy full SHA for 75dc0f4
.readthedocs.yml
@@ -8,8 +8,8 @@ build:
8
python: "3.12"
9
jobs:
10
post_create_environment:
11
- - pip install poetry
12
- - poetry export --with doc --output requirements.txt
+ - pip install uv
+ - uv export --group doc --no-hashes --output-file requirements.txt
13
post_install:
14
- pip install .
15
- pip install --requirement requirements.txt
0 commit comments