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 dd8a5b3 commit 9e63627Copy full SHA for 9e63627
.readthedocs.yaml
@@ -4,10 +4,12 @@ build:
4
os: ubuntu-lts-latest
5
tools:
6
python: latest
7
-
8
-python:
9
- install:
10
- - requirements: docs/requirements.txt
11
12
-sphinx:
13
- configuration: docs/conf.py
+ jobs:
+ post_create_environment:
+ - asdf plugin add uv
+ - asdf install uv latest
+ - asdf global uv latest
+ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv pip install --upgrade pip setuptools
+ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv pip install --upgrade sphinx
14
+ post_install:
15
+ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv pip install -r docs/requirements.txt
0 commit comments