Skip to content

Commit 31f7a44

Browse files
committed
Take 3 on fixing RTD PDF Builds.
Let's try combining advice from: ImageMagick/ImageMagick#2033 (comment) readthedocs/readthedocs-docker-images#155 (comment)
1 parent bbf7542 commit 31f7a44

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.readthedocs.yml

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

3+
build:
4+
apt_packages:
5+
- inkscape
6+
tools:
7+
python: "3.11"
8+
39
sphinx:
410
builder: dirhtml
511
configuration: docs/conf.py
@@ -8,8 +14,5 @@ sphinx:
814
formats: all
915

1016
python:
11-
version: 3.8
1217
install:
1318
- requirements: docs/requirements.txt
14-
- method: pip
15-
path: .

0 commit comments

Comments
 (0)