Skip to content

Commit

Permalink
Tweak post_install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bswck committed Mar 16, 2024
1 parent 1250543 commit 55ed247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ build:
python: "3.8"
jobs:
post_install:
- "python -m pip install poetry poetry-plugin-export"
- "python -m pip install --upgrade --no-cache-dir poetry poetry-plugin-export"
- "poetry config virtualenvs.create false"
- "poetry install --only=docs --sync"
- "poetry export -f requirements.txt --output requirements.txt"
- "poetry export --only=docs -f requirements.txt -o requirements.txt"
- "python -m pip install -r requirements.txt"

0 comments on commit 55ed247

Please sign in to comment.