Skip to content

Commit

Permalink
docs: Fix readthedocs generation (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 authored May 2, 2024
1 parent 49641f0 commit 9b9c9df
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.10"
python: "3.12"
jobs:
post_create_environment:
- pip install poetry
- poetry config virtualenvs.create false
- python -m pip install poetry
post_install:
- poetry install --with docs
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs

sphinx:
builder: html
Expand Down

0 comments on commit 9b9c9df

Please sign in to comment.