Skip to content

Commit 4a868a6

Browse files
committed
Try to fix RTD build by using pip to install dependency-groups
1 parent b58394a commit 4a868a6

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ build:
2020
tools:
2121
python: "3.13"
2222
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
23+
install:
24+
- pip install .
25+
- pip install dependency-groups
26+
- pip-install-dependency-groups docs

0 commit comments

Comments
 (0)