Skip to content

Commit d477829

Browse files
authored
Merge pull request #617 from dajiaji/ajitomi-fix-post-install-on-readthedocs-config
Fix post_install on readthedocs config.
2 parents fd0cd96 + 559f2bb commit d477829

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build:
1212
- poetry config virtualenvs.create false
1313
post_install:
1414
# Install dependencies
15-
- poetry install --with docs
15+
- poetry install --all-groups
1616

1717
sphinx:
1818
configuration: docs/conf.py

0 commit comments

Comments
 (0)