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 b58394a commit 4a868a6Copy full SHA for 4a868a6
.readthedocs.yaml
@@ -20,11 +20,7 @@ build:
20
tools:
21
python: "3.13"
22
jobs:
23
- create_environment:
24
- - asdf plugin add uv
25
- - asdf install uv latest
26
- - asdf global uv latest
27
- - uv venv
28
- build:
29
- html:
30
- - NO_COLOR=1 uv run mkdocs build --strict --site-dir $READTHEDOCS_OUTPUT/html
+ install:
+ - pip install .
+ - pip install dependency-groups
+ - pip-install-dependency-groups docs
0 commit comments