Skip to content

Commit 17adfc7

Browse files
mkelleyjianyangli
authored andcommitted
Install graphviz in RTD environment
1 parent c8cd487 commit 17adfc7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@ build:
88
os: ubuntu-20.04
99
tools:
1010
python: "3.9"
11+
apt_packages:
12+
- graphviz
1113

1214
sphinx:
1315
builder: html
1416
configuration: docs/conf.py
1517
fail_on_warning: true
1618

1719
python:
18-
system_packages: false
20+
system_packages: true
1921
install:
2022
- method: pip
2123
path: .

0 commit comments

Comments
 (0)