Skip to content

Commit

Permalink
Install graphviz in RTD environment
Browse files Browse the repository at this point in the history
  • Loading branch information
mkelley authored and jianyangli committed Apr 29, 2022
1 parent c8cd487 commit 17adfc7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ build:
os: ubuntu-20.04
tools:
python: "3.9"
apt_packages:
- graphviz

sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: true

python:
system_packages: false
system_packages: true
install:
- method: pip
path: .
Expand Down

0 comments on commit 17adfc7

Please sign in to comment.