Skip to content

Commit a1d3811

Browse files
committed
read the docs
1 parent 2637f02 commit a1d3811

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

.readthedocs.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
version: 2
22

33
build:
4-
os: ubuntu-20.04
4+
os: ubuntu-24.04
55
tools:
66
python: "3.10"
7+
jobs:
8+
install:
9+
- pip install -U pip
10+
- pip install .
11+
- pip install --group docs
712

813
sphinx:
914
configuration: doc/conf.py
10-
11-
python:
12-
install:
13-
- method: pip
14-
path: .
15-
extra_requirements:
16-
- docs

0 commit comments

Comments
 (0)