Skip to content

Commit e8f067c

Browse files
committed
fix rtd
1 parent 1c44e39 commit e8f067c

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.readthedocs.yaml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
version: 2
2-
formats: []
32

43
build:
5-
image: testing
4+
os: ubuntu-20.04
5+
tools:
6+
python: "3.10"
7+
jobs:
8+
post_install:
9+
- pip install poetry==1.2.0b3
10+
- poetry config virtualenvs.create false
11+
- poetry install --with docs,dev
612

713
sphinx:
814
configuration: docs/conf.py
915
fail_on_warning: false
1016
builder: html
11-
12-
python:
13-
version: 3.9
14-
install:
15-
- method: pip
16-
path: .
17-
extra_requirements:
18-
- docs

0 commit comments

Comments
 (0)