Skip to content

Commit ec47aa0

Browse files
committed
fix(docs): Actually install things in new readthedocs config
1 parent b7f7878 commit ec47aa0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ build:
66
python: "3.10"
77
jobs:
88
post_install:
9-
- pip install poetry==1.2.2
9+
- sudo apt-get install graphviz
10+
- pip install poetry==1.3.2
1011
- poetry config virtualenvs.create false
11-
- poetry install --with docs
12+
- poetry install -E airflow -E git -E s3 --with docs

0 commit comments

Comments
 (0)