Skip to content

Commit 91fa4d0

Browse files
committed
chg: migrate to poetry 2.0
1 parent 4149390 commit 91fa4d0

File tree

3 files changed

+120
-77
lines changed

3 files changed

+120
-77
lines changed

.readthedocs.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
version: 2
2+
build:
3+
os: "ubuntu-lts-latest"
4+
tools:
5+
python: "3"
6+
7+
sphinx:
8+
configuration: docs/source/conf.py
29

310
python:
4-
version: 3.8
511
install:
612
- method: pip
713
path: .
814
extra_requirements:
915
- docs
1016

11-
build:
12-
image: latest
13-
1417
formats: all

0 commit comments

Comments
 (0)