Skip to content

Commit f2ee166

Browse files
committed
.readthedocs.yml: fix for poetry
1 parent 0fbadf9 commit f2ee166

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.readthedocs.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ build:
88
os: ubuntu-22.04
99
tools:
1010
python: "3.11"
11+
jobs:
12+
post_create_environment:
13+
- pip install poetry
14+
- poetry config virtualenvs.create false
15+
16+
post_install:
17+
- poetry install --with doc
1118

1219
sphinx:
1320
configuration: doc/conf.py
14-
15-
python:
16-
install:
17-
- method: pip
18-
path: .
19-
extra_requirements:
20-
- doc

0 commit comments

Comments
 (0)