Skip to content

Commit 9dd848f

Browse files
committed
Update .readthedocs.yml
1 parent d71e242 commit 9dd848f

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

.readthedocs.yml

+12-7
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
version: 2
22

33
build:
4-
os: ubuntu-22.04
4+
os: ubuntu-24.04
55
tools:
6-
python: "3.12"
6+
python: "3.13"
77

88
python:
99
install:
10-
- method: pip
11-
path: .
12-
extra_requirements:
13-
- rtd
14-
- requirements: docs/requirements.txt
10+
- method: pip
11+
path: .
12+
extra_requirements:
13+
- social-cards
14+
- method: pip
15+
path: "furo>=2024"
16+
- method: pip
17+
path: "Sphinx~=8.1.0"
18+
- method: pip
19+
path: "sphinx-design"
1520

1621
sphinx:
1722
builder: html

0 commit comments

Comments
 (0)