Skip to content

Commit d8c6591

Browse files
committed
🔧 Update rtd config
* Switch to ubuntu-lts-latest, Python 3.14 and uv
1 parent 5988124 commit d8c6591

1 file changed

Lines changed: 13 additions & 10 deletions

File tree

.readthedocs.yaml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,20 @@ version: 2
77

88
# Set the version of Python and other tools you might need
99
build:
10-
os: ubuntu-24.04
10+
os: ubuntu-lts-latest
11+
apt_packages:
12+
# graphviz is required for sphinx.ext.graphviz
13+
- graphviz
1114
tools:
12-
python: "3.13"
15+
python: "3.14"
16+
17+
python:
18+
# See https://docs.readthedocs.com/platform/stable/build-customization.html#install-dependencies-with-uv
19+
install:
20+
- method: uv
21+
command: sync
22+
groups:
23+
- docs
1324

1425
# Build documentation in the docs/ directory with Sphinx
1526
sphinx:
@@ -19,11 +30,3 @@ sphinx:
1930
formats:
2031
- epub
2132
- pdf
22-
23-
# Optionally declare the Python requirements required to build your docs
24-
python:
25-
install:
26-
- method: pip
27-
path: .
28-
extra_requirements:
29-
- docs

0 commit comments

Comments
 (0)