Skip to content

Commit e45682e

Browse files
committed
doc: Change to use uv env
1 parent 3521f5e commit e45682e

File tree

2 files changed

+13
-26
lines changed

2 files changed

+13
-26
lines changed

.readthedocs.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
3+
build:
4+
os: 'ubuntu-22.04'
5+
tools:
6+
python: '3.12'
7+
commands:
8+
- pip install uv
9+
- uv sync --frozen
10+
- uv run sphinx-build -b dirhtml docs $READTHEDOCS_OUTPUT/html
11+
12+
# Optionally build your docs in additional formats such as PDF and ePub
13+
formats: []

.readthedocs.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)