Skip to content

Commit 8de2a12

Browse files
authored
Merge pull request #618 from dajiaji/ajitomi-fix-post-install-on-readthedocs-config-2
Fix post_install on readthedocs config.
2 parents d477829 + ac9bc50 commit 8de2a12

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 --all-groups
15+
- poetry install --only main,docs
1616

1717
sphinx:
1818
configuration: docs/conf.py

0 commit comments

Comments
 (0)