Skip to content

Commit 2cc364f

Browse files
committed
Update rdfd
1 parent c3e9447 commit 2cc364f

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.readthedocs.yaml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,14 @@
33
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
44
version: 2
55
build:
6-
os: ubuntu-20.04
6+
os: ubuntu-24.04
77
apt_packages:
88
- graphviz
99
tools:
10-
python: "3.10"
11-
sphinx:
12-
configuration: docs/conf.py
13-
python:
14-
install:
15-
- method: pip
16-
path: .
17-
extra_requirements:
18-
- docs
10+
python: "3"
11+
jobs:
12+
install:
13+
- curl -LsSf https://astral.sh/uv/install.sh | sh
14+
build:
15+
html:
16+
- $HOME/.local/bin/uv run sphinx-build -b html docs $READTHEDOCS_OUTPUT/html

0 commit comments

Comments
 (0)