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 9dd848fCopy full SHA for 9dd848f
.readthedocs.yml
@@ -1,17 +1,22 @@
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:
+ - social-cards
15
+ path: "furo>=2024"
16
17
+ path: "Sphinx~=8.1.0"
18
19
+ path: "sphinx-design"
20
21
sphinx:
22
builder: html
0 commit comments