Skip to content

Commit cc4434d

Browse files
authored
Merge pull request #1028 from 2bndy5/fix-rtd-build
docs: add `python3-dev` to `build.apt_packages` in RTD config
2 parents b6b27ca + 7c565f5 commit cc4434d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ build:
1515
os: "ubuntu-20.04"
1616
tools:
1717
python: "3.7"
18+
apt_packages:
19+
- python3-dev
1820

1921
python:
2022
install:

0 commit comments

Comments
 (0)