File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,16 +11,20 @@ version: 2
1111
1212# Set the version of Python and other tools you might need
1313build :
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
2630sphinx :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments