Skip to content

Commit c6c2d47

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

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

.readthedocs.yaml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,20 @@ version: 2
1111

1212
# Set the version of Python and other tools you might need
1313
build:
14-
os: ubuntu-24.04
14+
os: ubuntu-lts-latest
1515
apt_packages:
1616
# graphviz is required for sphinx.ext.graphviz
1717
- graphviz
1818
tools:
19-
python: "3.13"
20-
jobs:
21-
install:
22-
- python -m pip install --upgrade pip
23-
- python -m pip install --group=docs
19+
python: "3.14"
20+
21+
python:
22+
# See https://docs.readthedocs.com/platform/stable/build-customization.html#install-dependencies-with-uv
23+
install:
24+
- method: uv
25+
command: sync
26+
groups:
27+
- docs
2428

2529
# Build documentation in the docs/ directory with Sphinx
2630
sphinx:

0 commit comments

Comments
 (0)