Skip to content

Commit

Permalink
feat: fix rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
hartym committed Apr 1, 2024
1 parent 68daac2 commit 64c63f2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ build:
os: ubuntu-22.04
tools:
python: "3.12"
jobs:
pre_create_environment:
- asdf plugin add poetry
- asdf install poetry latest
- asdf global poetry latest
- poetry config virtualenvs.create false
post_install:
- poetry install -E dev

sphinx:
configuration: docs/conf.py
Expand Down

0 comments on commit 64c63f2

Please sign in to comment.