Skip to content

Commit 531ff9e

Browse files
committed
Fix poetry call for docs
1 parent c851574 commit 531ff9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build:
1111
- asdf global poetry latest
1212
- poetry config virtualenvs.create false
1313
post_install:
14-
- poetry install
14+
- poetry install --with=docs
1515

1616
sphinx:
1717
configuration: docs/conf.py

0 commit comments

Comments
 (0)