Skip to content

Commit 1eb6bc1

Browse files
committed
Fix the Poetry install command for Read the Docs
We don’t need `--with-docs`.
1 parent 3945015 commit 1eb6bc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build:
77
jobs:
88
post_install:
99
- pip install poetry
10-
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
10+
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install
1111

1212
sphinx:
1313
configuration: docs/conf.py

0 commit comments

Comments
 (0)