Skip to content

Commit 809db70

Browse files
committed
Add inkscape dependency
1 parent 2544d53 commit 809db70

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

readthedocs.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,16 @@ build:
1313
tools:
1414
nodejs: "16"
1515

16+
# Set the version of Python and other tools you might need
17+
build:
18+
os: ubuntu-20.04
19+
tools:
20+
python: "3.8"
21+
# You can also specify other tool versions:
22+
nodejs: "16"
23+
apt_packages:
24+
- inkscape
25+
1626
python:
17-
version: "3.8"
1827
install:
1928
- requirements: source/requirements.txt

0 commit comments

Comments
 (0)