Skip to content

Commit a8f914b

Browse files
salman2013claude
andcommitted
fix: use native uv support in .readthedocs.yaml
requirements/doc.txt was deleted as part of the uv migration. RTD added native uv support in April 2026, so use method: uv with command: sync and the doc dependency group instead of the old requirements file approach. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0b7cd30 commit a8f914b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.readthedocs.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ build:
2121
tools:
2222
python: "3.12"
2323

24-
# Optionally set the version of Python and requirements required to build your docs
2524
python:
2625
install:
27-
- requirements: requirements/doc.txt
26+
- method: uv
27+
command: sync
28+
groups:
29+
- doc

0 commit comments

Comments
 (0)