Skip to content

Commit

Permalink
Add inkscape dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Daltz333 committed Mar 9, 2022
1 parent 2544d53 commit 809db70
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,16 @@ build:
tools:
nodejs: "16"

# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
tools:
python: "3.8"
# You can also specify other tool versions:
nodejs: "16"
apt_packages:
- inkscape

python:
version: "3.8"
install:
- requirements: source/requirements.txt

0 comments on commit 809db70

Please sign in to comment.