We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1464ada commit 72a99b4Copy full SHA for 72a99b4
1 file changed
.readthedocs.yaml
@@ -7,16 +7,14 @@ build:
7
os: ubuntu-lts-latest
8
tools:
9
python: latest
10
- jobs:
11
- pre_create_environment:
12
- - asdf plugin add uv
13
- - asdf install uv latest
14
- - asdf global uv latest
15
- create_environment:
16
- - uv venv $READTHEDOCS_VIRTUALENV_PATH
17
- install:
18
- - UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv pip install -r docs/requirements.txt --link-mode=copy
19
- build:
20
- html:
21
- - UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv run sphinx-build docs/source/ -T -W --keep-going --builder html -d _build/doctrees/ -D language=en $READTHEDOCS_OUTPUT/html/
+
+python:
+ install:
+ - method: uv
+ command: pip
+ requirements: docs/requirements.txt
+sphinx:
+ configuration: docs/source/conf.py
22
0 commit comments