Skip to content

Commit f5ee54a

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

2 files changed

Lines changed: 11 additions & 7 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:

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Installation
109109

110110
.. code-block:: console
111111
112-
$ brew cask install mactex
112+
$ brew install mactex
113113
114114
🍺 mactex was successfully installed!
115115
$ curl --remote-name https://www.tug.org/fonts/getnonfreefonts/install-getnonfreefonts

0 commit comments

Comments
 (0)