We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f06c6b commit df32238Copy full SHA for df32238
.readthedocs.yaml
@@ -9,9 +9,14 @@ build:
9
os: ubuntu-24.04
10
tools:
11
python: "3.12"
12
- commands:
13
- - pip install uv
14
- - uv run sphinx-build -b html docs/source $READTHEDOCS_OUTPUT/html -W
+ jobs:
+ create_environment:
+ - asdf plugin add uv
15
+ - asdf install uv latest
16
+ - asdf global uv latest
17
+ - UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --all-extras --group docs
18
+ install:
19
+ - "true"
20
21
# Build documentation in the "docs/" directory with Sphinx
22
sphinx:
0 commit comments