Skip to content

Commit

Permalink
Update Read The Docs build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Jul 17, 2024
1 parent 7101961 commit 603ab0b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
version: 2

build:
os: "ubuntu-22.04"
os: "ubuntu-24.04"
tools:
python: "3.11"
python: "3.12"
jobs:
post_install:
post_create_environment:
- pip install poetry
- poetry config virtualenvs.create false
- poetry install --all-extras --only=main,docs
post_install:
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --all-extras --only=main,docs

sphinx:
configuration: docs/conf.py
Expand Down

0 comments on commit 603ab0b

Please sign in to comment.