Skip to content

Commit b60ec26

Browse files
committed
readthedocs poetry extra fix
1 parent e1cd9a4 commit b60ec26

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

Diff for: .readthedocs.yaml

+10-7
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ sphinx:
55

66
formats: all
77

8-
python:
9-
version: 3.8
10-
install:
11-
- method: pip
12-
path: .
13-
extra_requirements:
14-
- docs
8+
build:
9+
os: ubuntu-20.04
10+
tools:
11+
python: "3.9"
12+
jobs:
13+
post_create_environment:
14+
- pip install poetry
15+
- poetry config virtualenvs.create false
16+
post_install:
17+
- poetry install --with docs

0 commit comments

Comments
 (0)