Skip to content

Commit 5da6f81

Browse files
Fix RTD build: install main package for autodoc imports
1 parent f71f8cd commit 5da6f81

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
@@ -8,7 +8,7 @@ build:
88
post_install:
99
- pip install poetry
1010
- poetry config virtualenvs.create false
11-
- poetry install --only docs
11+
- poetry install --only main --only docs
1212

1313
sphinx:
1414
configuration: docs/conf.py

0 commit comments

Comments
 (0)