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 578c708 commit c03dd1e
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:
- $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
- pip install poetry
- poetry config virtualenvs.create false
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry env info
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --all-extras

formats:
- pdf
Expand Down

0 comments on commit c03dd1e

Please sign in to comment.