Skip to content

Commit

Permalink
Changed docs Makefile to use Poetry.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbywater committed Nov 7, 2024
1 parent ba3b2c1 commit 6214eee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ build:
## - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --extras "crypto" --with docs
commands:
- POETRY=/home/docs/.local/bin/poetry make install-poetry
- POETRY=/home/docs/.local/bin/poetry VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH make install
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH make docs
- POETRY=/home/docs/.local/bin/poetry make install
- POETRY=/home/docs/.local/bin/poetry make docs
- cp --recursive docs/_build/html/* $READTHEDOCS_OUTPUT/html/
# jobs:
# pre_create_environment:
Expand Down

0 comments on commit 6214eee

Please sign in to comment.