Skip to content

Commit

Permalink
fix apidocs
Browse files Browse the repository at this point in the history
  • Loading branch information
mosquito committed Jun 4, 2024
1 parent 0b68540 commit 578c708
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ build:

jobs:
post_install:
- pip install poetry
- poetry config virtualenvs.create false
- poetry env info
- poetry install --all-extras
- $READTHEDOCS_VIRTUALENV_PATH/bin/pip install poetry
- $READTHEDOCS_VIRTUALENV_PATH/bin/poetry config virtualenvs.create false
- $READTHEDOCS_VIRTUALENV_PATH/bin/poetry env info
- $READTHEDOCS_VIRTUALENV_PATH/bin/poetry install --all-extras

formats:
- pdf
Expand Down

0 comments on commit 578c708

Please sign in to comment.