We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 321ae0d commit c6c2d47Copy full SHA for c6c2d47
1 file changed
.readthedocs.yaml
@@ -11,16 +11,20 @@ version: 2
11
12
# Set the version of Python and other tools you might need
13
build:
14
- os: ubuntu-24.04
+ os: ubuntu-lts-latest
15
apt_packages:
16
# graphviz is required for sphinx.ext.graphviz
17
- graphviz
18
tools:
19
- python: "3.13"
20
- jobs:
21
- install:
22
- - python -m pip install --upgrade pip
23
- - python -m pip install --group=docs
+ python: "3.14"
+
+python:
+ # See https://docs.readthedocs.com/platform/stable/build-customization.html#install-dependencies-with-uv
+ install:
24
+ - method: uv
25
+ command: sync
26
+ groups:
27
+ - docs
28
29
# Build documentation in the docs/ directory with Sphinx
30
sphinx:
0 commit comments