Skip to content

Commit

Permalink
ci: fix readthedocs build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpavlock committed Apr 6, 2024
1 parent 270a34d commit 020a6c4
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 @@ -6,12 +6,12 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.10"
python: "3.12"
jobs:
post_create_environment:
- python -m pip install poetry
post_install:
- pip install poetry
- poetry config virtualenvs.create false
- poetry install --without lint,test
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --without lint,test

sphinx:
configuration: docs/conf.py

0 comments on commit 020a6c4

Please sign in to comment.