Skip to content

Commit

Permalink
chore: use pip to install on readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
ooliver1 committed Jan 27, 2023
1 parent 1242f48 commit 9909214
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ build:
- asdf plugin add poetry
- asdf install poetry latest
- asdf global poetry latest
- poetry config virtualenvs.create false
post_install:
- poetry install --with lint,docs
- poetry export --no-interaction -f requirements.txt --output requirements.txt --with lint,docs
- pip install -r requirements.txt
# Poetry setup still seems to fail on readthedocs.
sphinx:
fail_on_warning: true

0 comments on commit 9909214

Please sign in to comment.