Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 31f7a44

Browse files
committedMar 14, 2023
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

+6-3
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)
Please sign in to comment.