Skip to content

Commit 41d6239

Browse files
fix .readthedocs.yaml, fixes #559 (#560)
1 parent ef15f4a commit 41d6239

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.readthedocs.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ build:
77
os: ubuntu-22.04
88
tools:
99
python: "3.11"
10+
apt_packages:
11+
- build-essential
12+
jobs:
13+
pre_install:
14+
- pip install -r requirements.txt
15+
- make cython
16+
17+
python:
18+
install:
19+
- method: pip
20+
path: .
1021

1122
sphinx:
1223
configuration: docs/conf.py

0 commit comments

Comments
 (0)