Skip to content

Commit 4e20e25

Browse files
committed
doc: install graphviz via apt instead of python
Signed-off-by: Andrea Cervesato <[email protected]>
1 parent 804a460 commit 4e20e25

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.readthedocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ build:
44
os: "ubuntu-24.04"
55
tools:
66
python: "3.12"
7+
apt_packages:
8+
- graphviz
79

810
# Build from the doc/ directory with Sphinx
911
sphinx:

doc/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
sphinx==8.2.3
44
sphinx-rtd-theme==3.0.2
55
myst-parser==4.0.1
6-
graphviz==0.21

0 commit comments

Comments
 (0)