Skip to content

Commit

Permalink
Update doc build script
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Mar 7, 2024
1 parent b326d62 commit 140cbde
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ sphinx:
fail_on_warning: true

build:
os: ubuntu-20.04
os: ubuntu-22.04
tools:
python: "3.11"
jobs:
pre_create_environment:
- pip install poetry
post_install:
- python -m pip install poetry!=1.4.1
- python -m poetry config virtualenvs.create false
- python -m poetry install -E all --with docs
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install -E all --with docs

0 comments on commit 140cbde

Please sign in to comment.