Skip to content

Commit fb62ce5

Browse files
committed
Add inkscape dependency
1 parent 5274bb8 commit fb62ce5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

readthedocs.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ build:
1818
tools:
1919
nodejs: "16"
2020

21+
# Set the version of Python and other tools you might need
22+
build:
23+
os: ubuntu-20.04
24+
tools:
25+
python: "3.8"
26+
# You can also specify other tool versions:
27+
nodejs: "16"
28+
apt_packages:
29+
- inkscape
30+
2131
python:
2232
install:
2333
- requirements: source/requirements.txt

0 commit comments

Comments
 (0)