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.
2 parents 8de2a12 + 24bd51a commit bb6b9cfCopy full SHA for bb6b9cf
1 file changed
.readthedocs.yml
@@ -3,16 +3,11 @@ version: 2
3
build:
4
os: ubuntu-22.04
5
tools:
6
- python: "3.13"
+ python: "3.12"
7
jobs:
8
- post_create_environment:
9
- # Install poetry
10
- - pip install poetry
11
- # Tell poetry to not use a virtual environment
12
- - poetry config virtualenvs.create false
13
post_install:
14
- # Install dependencies
15
- - poetry install --only main,docs
+ - pip install poetry
+ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
16
17
sphinx:
18
configuration: docs/conf.py
0 commit comments