Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit cf49ea4

Browse files
authored
update .readthedocs.yaml (#99)
1 parent f347eb3 commit cf49ea4

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.readthedocs.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ build:
77
os: ubuntu-24.04
88
tools:
99
python: "3.11"
10+
jobs:
11+
create_environment:
12+
- pip install uv
13+
install:
14+
- uv sync --group docs
1015

1116
sphinx:
1217
configuration: docs/source/conf.py
13-
14-
python:
15-
install:
16-
- method: pip
17-
path: .
18-
extra_requirements:
19-
- docs

0 commit comments

Comments
 (0)