Skip to content

Commit da34be9

Browse files
updates to RTD config
1 parent 2c458ae commit da34be9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ version: 2
88
build:
99
os: ubuntu-24.04
1010
tools:
11-
python: "3.13"
11+
python: "3.11"
1212
jobs:
1313
post_create_environment:
1414
# Install poetry
15-
- pip install poetry
15+
- python -m pip install poetry==1.8.3
1616
# Tell poetry to not use a virtual environment
1717
- poetry config virtualenvs.create false
1818
post_install:

0 commit comments

Comments
 (0)