Skip to content

Commit e564226

Browse files
committed
try fix poetry
1 parent 31f7d7c commit e564226

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

doc/.readthedocs.yaml

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,17 @@
55
# Required
66
version: 2
77

8-
python:
9-
version: 3.12
10-
install:
11-
- method: poetry
12-
path: .
13-
148
# Set the version of Python and other tools you might need
159
build:
1610
os: ubuntu-22.04
17-
# tools:
18-
# python: "3.12"
19-
# jobs:
20-
# post_create_environment:
21-
# - pip install poetry
22-
# - poetry config virtualenvs.create false
23-
# post_install:
24-
# - poetry install
11+
tools:
12+
python: "3.12"
13+
jobs:
14+
post_create_environment:
15+
- pip install poetry
16+
- poetry config virtualenvs.create false
17+
post_install:
18+
- poetry install
2519

2620
# Build documentation in the docs/ directory with Sphinx
2721
sphinx:

0 commit comments

Comments
 (0)