8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71e242 commit 1429b43Copy full SHA for 1429b43
.readthedocs.yml
@@ -1,17 +1,17 @@
1
version: 2
2
3
build:
4
- os: ubuntu-22.04
+ os: ubuntu-24.04
5
tools:
6
- python: "3.12"
+ python: "3.13"
7
8
python:
9
install:
10
- - method: pip
11
- path: .
12
- extra_requirements:
13
- - rtd
14
- - requirements: docs/requirements.txt
+ - method: pip
+ path: .
+ extra_requirements:
+ - rtd
+ - social-cards
15
16
sphinx:
17
builder: html
pyproject.toml
@@ -45,6 +45,11 @@ dynamic = ["version"]
45
social_cards = [
46
"matplotlib>=3",
47
]
48
+rtd = [
49
+ "furo>=2024",
50
+ "sphinx-design",
51
+ "sphinx~=8.1.0",
52
+]
53
54
[[project.authors]]
55
name = "Itay Ziv"
0 commit comments