We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60ec31 commit da5283dCopy full SHA for da5283d
.readthedocs.yml
@@ -3,13 +3,12 @@ version: 2
3
build:
4
os: "ubuntu-22.04"
5
tools:
6
- python: "3.10"
+ python: "3.12"
7
jobs:
8
post_create_environment:
9
- - pip install poetry
10
- - poetry config virtualenvs.create false
+ - python -m pip install poetry
11
post_install:
12
- - poetry install --with docs
+ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
13
14
sphinx:
15
builder: html
0 commit comments