Skip to content

Commit 073872b

Browse files
committed
chore: fix RTD compilation
1 parent ce0a303 commit 073872b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build:
99
jobs:
1010
post_create_environment:
1111
- pip install uv
12-
- uv export --group doc --no-hashes --output-file requirements.txt
12+
- uv export --all-extras --group doc --no-hashes --output-file requirements.txt
1313
post_install:
1414
- pip install .
1515
- pip install --requirement requirements.txt

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)