Skip to content

Commit 5c4f6f0

Browse files
fix readthedocs
1 parent e28bd9f commit 5c4f6f0

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

.readthedocs.yaml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
version: 2
2-
build:
3-
os: ubuntu-22.04
4-
tools:
5-
python: "3.11"
62

73
mkdocs:
84
configuration: mkdocs.yml
95

10-
# Optionally declare the Python requirements required to build your docs
11-
python:
12-
install:
13-
- method: pip
14-
path: .
15-
extra_requirements:
16-
- docs
6+
7+
build:
8+
os: ubuntu-24.04
9+
tools:
10+
python: "3.13"
11+
jobs:
12+
install:
13+
- pip install -U pip # Official recommended way
14+
- pip install .
15+
- pip install --group docs

0 commit comments

Comments
 (0)