Skip to content

Commit 1429b43

Browse files
committed
Update .readthedocs.yml
1 parent d71e242 commit 1429b43

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

.readthedocs.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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+
- rtd
14+
- social-cards
1515

1616
sphinx:
1717
builder: html

pyproject.toml

+5
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ dynamic = ["version"]
4545
social_cards = [
4646
"matplotlib>=3",
4747
]
48+
rtd = [
49+
"furo>=2024",
50+
"sphinx-design",
51+
"sphinx~=8.1.0",
52+
]
4853

4954
[[project.authors]]
5055
name = "Itay Ziv"

0 commit comments

Comments
 (0)