Skip to content

Commit 144d1cf

Browse files
committed
1 parent 8b1d23a commit 144d1cf

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.readthedocs.yaml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
version: 2
22

33
build:
4-
os: ubuntu-20.04
4+
os: ubuntu-22.04
55
tools:
6-
python: "3.10"
6+
python: "3.11"
7+
jobs:
8+
post_create_environment:
9+
- pip install poetry
10+
post_install:
11+
# VIRTUAL_ENV needs to be set manually for now.
12+
# See https://github.com/readthedocs/readthedocs.org/pull/11152/
13+
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install
714

815
sphinx:
916
configuration: doc/source/conf.py
10-
11-
python:
12-
install:
13-
- requirements: requirements.txt

0 commit comments

Comments
 (0)