Skip to content

Commit

Permalink
chore: Fix readthedocs generation (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 authored Apr 30, 2024
1 parent 999e335 commit 02a36a9
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 02a36a9

Please sign in to comment.