Skip to content

Commit aeeca59

Browse files
committed
Use python 3.13 and ubuntu 24 for docs
1 parent 7509d52 commit aeeca59

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/.readthedocs.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ version: 2
66

77
# Set the OS, Python version and other tools you might need
88
build:
9-
os: ubuntu-22.04
9+
os: "ubuntu-24.04"
1010
tools:
11-
python: "3.12"
11+
python: "3.13"
1212

1313
# Build documentation in the "docs/" directory with Sphinx
1414
sphinx:
15-
configuration: docs/conf.py
15+
configuration: "docs/conf.py"
1616

1717
# Optionally build your docs in additional formats such as PDF and ePub
18-
formats: all
18+
formats: "all"
1919

2020
# Optional but recommended, declare the Python requirements required
2121
# to build your documentation
2222
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
2323
python:
2424
install:
25-
- method: pip
26-
path: .
25+
- method: "pip"
26+
path: "."
2727
extra_requirements:
28-
- docs
28+
- "docs"

0 commit comments

Comments
 (0)