Skip to content

Commit

Permalink
Update doc conf
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Mar 6, 2024
1 parent fe0c1ab commit 0d5f418
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 @@ -13,9 +13,9 @@ sphinx:
build:
os: ubuntu-20.04
tools:
python: "3.10"
python: "3.11"
jobs:
post_install:
- pip install poetry!=1.4.1
- poetry config virtualenvs.create false
- poetry install -E all --with docs
- python -m pip install poetry!=1.4.1
- python -m poetry config virtualenvs.create false
- python -m poetry install -E all --with docs

0 comments on commit 0d5f418

Please sign in to comment.