Skip to content

Commit 4bf46e2

Browse files
committed
rtd: Use exported requirements.txt for installation
1 parent 3cd2b03 commit 4bf46e2

3 files changed

Lines changed: 652 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ repos:
3131
--frozen, --no-hashes, --quiet, --group=doc,
3232
--output-file=doc/requirements.txt
3333
]
34+
files: (^uv\.lock|doc/requirements\.txt$)

.readthedocs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ conda:
1313

1414
python:
1515
install:
16-
- method: uv
17-
command: sync
18-
groups:
19-
- doc
16+
- requirements: docs/requirements.txt
2017

2118
formats:
2219
- pdf

0 commit comments

Comments
 (0)