Skip to content

Commit 6475104

Browse files
committed
fix(docs): Install graphviz on read the docs the right way
Thanks to: readthedocs/readthedocs.org#8800 (comment)
1 parent a9e03f8 commit 6475104

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ build:
44
os: "ubuntu-22.04"
55
tools:
66
python: "3.10"
7+
apt_packages:
8+
- graphviz
79
jobs:
810
post_install:
9-
- apt-get install graphviz
1011
- pip install poetry==1.3.2
1112
- poetry config virtualenvs.create false
1213
- poetry install -E airflow -E git -E s3 --with docs

0 commit comments

Comments
 (0)