Skip to content

Commit c130497

Browse files
committed
Add graphviz package to doc build config
This makes the 'dot' binary available to sphinx.ext.inheritance-diagrams See also readthedocs/readthedocs.org#8672 Closes cocotb#3449
1 parent 1749b85 commit c130497

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.readthedocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ build:
88
os: ubuntu-22.04
99
tools:
1010
python: "3.11"
11+
apt_packages:
12+
- graphviz
1113

1214
python:
1315
install:

0 commit comments

Comments
 (0)